remove healthcheck while testing
This commit is contained in:
@ -19,12 +19,6 @@ services:
|
|||||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.7.6"
|
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.7.6"
|
||||||
volumes:
|
volumes:
|
||||||
- privatebin-data:/srv/data:rw
|
- privatebin-data:/srv/data:rw
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 10
|
|
||||||
start_period: 1m
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
privatebin-data:
|
privatebin-data:
|
||||||
|
Reference in New Issue
Block a user