mirror of
https://github.com/immich-app/immich.git
synced 2026-01-07 02:23:54 -08:00
chore: add healthcheck field to server and ml (#11573)
add healthcheck field to server and ml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user