Compare commits
1 Commits
1.3.0+0.24
...
fixMail
| Author | SHA1 | Date | |
|---|---|---|---|
| 8257abec54 |
@ -55,13 +55,13 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}$${1}"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.3.0+0.24.6"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.2.0+0.24.6"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
healthcheck:
|
||||
test: [ "CMD", "/healthcheck"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 30
|
||||
retries: 10
|
||||
start_period: 1m
|
||||
|
||||
redis:
|
||||
@ -79,10 +79,7 @@ services:
|
||||
- db:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -h localhost -U $$POSTGRES_USER"]
|
||||
interval: 10s
|
||||
timeout: 10s
|
||||
retries: 30
|
||||
start_period: 1m
|
||||
interval: 2s
|
||||
networks:
|
||||
- internal
|
||||
secrets:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
add missing smtp options and increase healthcheck retries
|
||||
Reference in New Issue
Block a user