towards healthchecks for all containers
This commit is contained in:
@@ -12,3 +12,9 @@ services:
|
||||
- /opt/homarr/configs:/app/data/configs
|
||||
- /opt/homarr/icons:/app/public/icons
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget --no-verbose --spider http://localhost:7575 || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 60s
|
||||
|
||||
Reference in New Issue
Block a user