fix: remove broken healthcheck
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3564202372
commit
736acbf014
14
compose.yml
14
compose.yml
@ -6,11 +6,11 @@ services:
|
|||||||
image: baserow/baserow:1.25.2
|
image: baserow/baserow:1.25.2
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- BASEROW_PUBLIC_URL=https://${DOMAIN}
|
- BASEROW_PUBLIC_URL=https://${DOMAIN}
|
||||||
- SECRET_KEY_FILE=/run/secrets/secret_key
|
- SECRET_KEY_FILE=/run/secrets/secret_key
|
||||||
- BASEROW_JWT_SIGNING_KEY_FILE=/run/secrets/baserow_jwt_signing_key
|
- BASEROW_JWT_SIGNING_KEY_FILE=/run/secrets/baserow_jwt_signing_key
|
||||||
|
- BASEROW_CADDY_ADDRESSES=:80
|
||||||
secrets:
|
secrets:
|
||||||
- secret_key
|
- secret_key
|
||||||
- baserow_jwt_signing_key
|
- baserow_jwt_signing_key
|
||||||
@ -28,12 +28,12 @@ services:
|
|||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.3.0+1.25.2"
|
- "coop-cloud.${STACK_NAME}.version=0.3.0+1.25.2"
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
# test: ["CMD", "curl", "-f", "http://localhost"]
|
||||||
interval: 30s
|
# interval: 30s
|
||||||
timeout: 10s
|
# timeout: 10s
|
||||||
retries: 10
|
# retries: 10
|
||||||
start_period: 1m
|
# start_period: 1m
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- baserow_data:/baserow/data
|
- baserow_data:/baserow/data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user