generated from coop-cloud/example
This commit is contained in:
@ -40,6 +40,13 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
||||
healthcheck:
|
||||
test: "wget -qO- http://localhost:3000/_health | grep -q OK"
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 5m
|
||||
start_interval: 10s
|
||||
|
||||
cache:
|
||||
image: redis:8.6.2
|
||||
|
||||
Reference in New Issue
Block a user