add env vars
All checks were successful
Update Compose File / build (push) Successful in 9s

This commit is contained in:
2026-02-11 22:01:33 -08:00
parent c8654d0260
commit 21841fc0d3

View File

@@ -158,6 +158,9 @@ services:
container_name: glance container_name: glance
image: glanceapp/glance image: glanceapp/glance
restart: unless-stopped restart: unless-stopped
environment:
IMMICH_URL: immich.${DOMAIN}
IMMICH_API_KEY: ${GLANCE_IMMICH_KEY}
volumes: volumes:
- ${DATA}/glance/config:/app/config - ${DATA}/glance/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock