Update docker-compose.yml

This commit is contained in:
Brett 2024-08-14 10:26:44 +02:00
parent c68e5fecd3
commit 26dd5bd2d1

View File

@ -46,10 +46,10 @@ services:
- site_packages:/usr/lib/python3.10/site-packages - site_packages:/usr/lib/python3.10/site-packages
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"] test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000/api/action/status_show"]
interval: 60s interval: 60s
timeout: 10s timeout: 10s
retries: 3s retries: 3
datapusher: datapusher:
networks: networks:
@ -61,7 +61,7 @@ services:
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:8800"] test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:8800"]
interval: 60s interval: 60s
timeout: 10s timeout: 10s
retries: 3s retries: 3
db: db:
build: build: