mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
Update docker-compose.yml
add recommended depends_on containers
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user