remove healthcheck while testing

This commit is contained in:
2025-02-22 01:04:37 -05:00
parent a88605f1c1
commit 1ec09acaeb

View File

@ -19,12 +19,6 @@ services:
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.7.6"
volumes:
- privatebin-data:/srv/data:rw
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
volumes:
privatebin-data: