chore: publish 2.7.0+1.40.0 release

This commit is contained in:
3wc 2023-09-09 14:48:28 +02:00
parent 06829c727e
commit 6d53472222

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: mediawiki:1.39.3 image: mediawiki:1.40.0
environment: environment:
- DOMAIN - DOMAIN
- STACK_NAME - STACK_NAME
@ -47,13 +47,13 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=2.6.0+1.39.3" - "coop-cloud.${STACK_NAME}.version=2.7.0+1.40.0"
- "backupbot.backup=true" - "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html/images" - "backupbot.backup.path=/var/www/html/images"
entrypoint: /docker-entrypoint2.sh entrypoint: /docker-entrypoint2.sh
db: db:
image: mariadb:10.10 image: mariadb:11.1
environment: environment:
- MYSQL_USER=mediawiki - MYSQL_USER=mediawiki
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password - MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password