mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-30 15:31:12 +00:00
Update docker-compose.yml
add restart policy
This commit is contained in:
parent
eead6036c4
commit
07dfe8ed40
|
@ -45,6 +45,9 @@ services:
|
||||||
- TYPESENSE_DATA_DIR=/data
|
- TYPESENSE_DATA_DIR=/data
|
||||||
volumes:
|
volumes:
|
||||||
- ${TYPESENSE_LOCATION}:/data
|
- ${TYPESENSE_LOCATION}:/data
|
||||||
|
restart: unless-stopped
|
||||||
|
#labels:
|
||||||
|
# - "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
|
||||||
#immich-machine-learning:
|
#immich-machine-learning:
|
||||||
# image: altran1502/immich-machine-learning:release
|
# image: altran1502/immich-machine-learning:release
|
||||||
|
@ -58,7 +61,7 @@ services:
|
||||||
# - NODE_ENV=production
|
# - NODE_ENV=production
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - immich-database
|
# - immich-database
|
||||||
# restart: always
|
# restart: unless-stopped
|
||||||
# labels:
|
# labels:
|
||||||
# - "com.centurylinklabs.watchtower.enable=true"
|
# - "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user