add database name
All checks were successful
Deploy Containers / Prepare (push) Successful in 22s

This commit is contained in:
2025-10-20 13:45:06 -04:00
parent f12104707b
commit b8d1b9432d

View File

@@ -56,6 +56,7 @@
REDIS_HOSTNAME: "immich_redis"
DB_PASSWORD: "{{ IMMICH_DB_PASSWORD }}"
DB_USERNAME: "{{ IMMICH_DB_USERNAME }}"
DB_DATABASE_NAME: "{{ IMMICH_DB_DATABASE_NAME }}"
labels:
traefik.enable: "true"
traefik.http.routers.img.rule: Host(`img.fntz.net`)