Update docker-compose.yml

add recommended depends_on containers
This commit is contained in:
LRVT 2023-03-20 20:51:57 +01:00 committed by GitHub
parent 336ab6f93f
commit fa45937399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ services:
depends_on:
- immich-redis
- immich-database
- immich-typesense
restart: unless-stopped
#labels:
# - "com.centurylinklabs.watchtower.enable=true"
@ -31,6 +32,7 @@ services:
depends_on:
- immich-redis
- immich-database
- immich-typesense
restart: unless-stopped
#labels:
# - "com.centurylinklabs.watchtower.enable=true"