mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: add healthcheck field to server and ml (#11573)
add healthcheck field to server and ml
This commit is contained in:
parent
3968d76a57
commit
3f4b783889
3 changed files with 12 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ services:
|
|||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
healthcheck:
|
||||
disable: false
|
||||
|
||||
immich-web:
|
||||
container_name: immich_web
|
||||
|
|
@ -91,6 +93,8 @@ services:
|
|||
depends_on:
|
||||
- database
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
disable: false
|
||||
|
||||
redis:
|
||||
container_name: immich_redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue