fix: pass GLANCE_HA_TOKEN into glance container
Die Compose-environment-Sektion listet die GLANCE_*-Vars einzeln; der neue GLANCE_HA_TOKEN fehlte und kam daher nie im Container an (Glance: variable not found). Jetzt durchgereicht analog der anderen Tokens. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
|||||||
GLANCE_GITEA_TOKEN: ${GLANCE_GITEA_TOKEN:-}
|
GLANCE_GITEA_TOKEN: ${GLANCE_GITEA_TOKEN:-}
|
||||||
GLANCE_PAPERLESS_TOKEN: ${GLANCE_PAPERLESS_TOKEN:-}
|
GLANCE_PAPERLESS_TOKEN: ${GLANCE_PAPERLESS_TOKEN:-}
|
||||||
GLANCE_MEALIE_TOKEN: ${GLANCE_MEALIE_TOKEN:-}
|
GLANCE_MEALIE_TOKEN: ${GLANCE_MEALIE_TOKEN:-}
|
||||||
|
GLANCE_HA_TOKEN: ${GLANCE_HA_TOKEN:-}
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config:ro
|
- ./config:/app/config:ro
|
||||||
- ./assets:/app/assets:ro
|
- ./assets:/app/assets:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user