can't use depends on and extends

This commit is contained in:
2025-01-06 19:11:13 -08:00
parent f30851fd6b
commit d970557c6a
-3
View File
@@ -15,9 +15,6 @@ services:
- DB_PASSWORD=${IMMICH_DB_PASSWORD:-postgres} - DB_PASSWORD=${IMMICH_DB_PASSWORD:-postgres}
- DB_USERNAME=${IMMICH_DB_USERNAME:-postgres} - DB_USERNAME=${IMMICH_DB_USERNAME:-postgres}
- DB_DATABASE_NAME=${IMMICH_DB_DATABASE_NAME:-immich} - DB_DATABASE_NAME=${IMMICH_DB_DATABASE_NAME:-immich}
depends_on:
- immich-redis
- immich-postgres
healthcheck: healthcheck:
disable: false disable: false