services: glance: image: glanceapp/glance container_name: glance mem_limit: 128m volumes: - ./config:/app/config - ./assets:/app/assets # Optionally, also mount docker socket if you want to use the docker containers widget - /var/run/docker.sock:/var/run/docker.sock:ro ports: - 127.0.0.1:3016:8080 env_file: .env restart: unless-stopped