Update docker-compose.yml
add recommended depends_on containers
This commit is contained in:
parent
336ab6f93f
commit
fa45937399
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue