chore: dev environment improvements and dependency updates (#19676)

This commit is contained in:
Min Idzelis
2025-07-01 22:47:59 -04:00
committed by GitHub
parent 25efba8fe6
commit 090d87f82e
6 changed files with 25 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ services:
immich-machine-learning:
env_file: !reset []
database:
env_file: !reset []
environment: !override
@@ -31,7 +31,7 @@ services:
POSTGRES_DB: ${DB_DATABASE_NAME-immich}
POSTGRES_INITDB_ARGS: '--data-checksums'
POSTGRES_HOST_AUTH_METHOD: md5
volumes:
volumes:
- ${UPLOAD_LOCATION:-postgres-devcontainer-volume}${UPLOAD_LOCATION:+/postgres}:/var/lib/postgresql/data
redis: