mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-31 03:08:28 +01:00
Update docker-compose.yml
add recommended depends_on containers
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- immich-redis
|
- immich-redis
|
||||||
- immich-database
|
- immich-database
|
||||||
|
- immich-typesense
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#labels:
|
#labels:
|
||||||
# - "com.centurylinklabs.watchtower.enable=true"
|
# - "com.centurylinklabs.watchtower.enable=true"
|
||||||
@@ -31,6 +32,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- immich-redis
|
- immich-redis
|
||||||
- immich-database
|
- immich-database
|
||||||
|
- immich-typesense
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#labels:
|
#labels:
|
||||||
# - "com.centurylinklabs.watchtower.enable=true"
|
# - "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user