Compare commits

...

4 Commits

Author SHA1 Message Date
7c725fbf85 chore: publish 2.3.1+6.2.0 release 2023-04-18 18:49:27 +02:00
ed587cd983 add auto update and timeout env 2023-04-18 18:23:23 +02:00
85d910f7ea fix adding timeout label 2023-04-18 14:48:50 +02:00
bcb911c6e0 add timeout label 2023-04-18 13:02:53 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,6 @@
TYPE=wordpress
TIMEOUT=300
ENABLE_AUTO_UPDATE=true
DOMAIN=wordpress.example.com
## Domain aliases

View File

@ -40,6 +40,7 @@ services:
failure_action: rollback
order: start-first
labels:
- "coop-cloud.${STACK_NAME}.version=2.3.1+6.2.0"
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.http.routers.${STACK_NAME}.tls=true"
@ -50,7 +51,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.rule=HostRegexp(`{subdomain:.+}.${DOMAIN}`, `${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=2.3.0+6.2.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html"