Drop healthcheck since no curl is there

This commit is contained in:
decentral1se 2021-03-17 14:14:58 +01:00
parent 571c885eb9
commit 453c98d1c1
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 0 additions and 6 deletions

View File

@ -17,12 +17,6 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.app.version=${ABRA_TYPE_APP_VERSION}-${ABRA_TYPE_APP_DIGEST}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
networks:
proxy: