removed health check
Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
parent
2d5bf44e1f
commit
8b6edbd437
1 changed files with 0 additions and 6 deletions
|
|
@ -8,10 +8,4 @@ services:
|
||||||
- PORT=5055 #optional
|
- PORT=5055 #optional
|
||||||
volumes:
|
volumes:
|
||||||
- overseerconfig:/app/config
|
- overseerconfig:/app/config
|
||||||
healthcheck:
|
|
||||||
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
|
|
||||||
start_period: 20s
|
|
||||||
timeout: 3s
|
|
||||||
interval: 15s
|
|
||||||
retries: 3
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Loading…
Reference in a new issue