chore: add healthcheck field to server and ml (#11573)

add healthcheck field to server and ml
This commit is contained in:
Mert
2024-08-04 14:37:43 -04:00
committed by GitHub
parent 3968d76a57
commit 3f4b783889
3 changed files with 12 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ services:
- redis
- database
restart: always
healthcheck:
disable: false
immich-machine-learning:
container_name: immich_machine_learning
@@ -41,6 +43,8 @@ services:
env_file:
- .env
restart: always
healthcheck:
disable: false
redis:
container_name: immich_redis