mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
can't use depends on and extends
This commit is contained in:
@@ -15,9 +15,6 @@ services:
|
||||
- DB_PASSWORD=${IMMICH_DB_PASSWORD:-postgres}
|
||||
- DB_USERNAME=${IMMICH_DB_USERNAME:-postgres}
|
||||
- DB_DATABASE_NAME=${IMMICH_DB_DATABASE_NAME:-immich}
|
||||
depends_on:
|
||||
- immich-redis
|
||||
- immich-postgres
|
||||
healthcheck:
|
||||
disable: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user