更新 immich.yml

This commit is contained in:
mol
2024-10-16 14:40:10 +00:00
parent ece9024ea8
commit aad7049728

View File

@ -8,7 +8,7 @@ services:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
- stack.env
depends_on:
- redis
- database
@ -22,7 +22,7 @@ services:
volumes:
- model-cache:/cache
env_file:
- immich.env
- stack.env
restart: always
redis:
@ -34,7 +34,7 @@ services:
container_name: immich_postgres
image: tensorchord/pgvecto-rs:pg14-v0.2.0
env_file:
- immich.env
- stack.env
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}
@ -63,7 +63,7 @@ services:
container_name: immich_db_dumper
image: prodrigestivill/postgres-backup-local
env_file:
- immich.env
- stack.env
environment:
POSTGRES_HOST: database
POSTGRES_DB: ${DB_DATABASE_NAME}