docker: remove halthcheck

This commit is contained in:
Herculino Trotta
2024-10-13 14:42:01 -03:00
parent c0362656e3
commit 5602dbe91b

View File

@@ -17,14 +17,6 @@ services:
depends_on:
- db
restart: unless-stopped
healthcheck:
test: curl --fail http://localhost:8000/ht/health || exit 1
interval: 60s
timeout: 30s
retries: 3
start_period: 360s
labels:
- "com.centurylinklabs.watchtower.enable=false"
db:
image: postgres:15