chore: publish 2.1.0+1.37.1 release

This commit is contained in:
3wc 2022-04-02 14:02:39 +02:00
parent f33004bb86
commit de6e1d415e
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: mediawiki:1.36.2 image: mediawiki:1.37.1
environment: environment:
- DOMAIN - DOMAIN
- STACK_NAME - STACK_NAME
@ -44,11 +44,11 @@ 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.0.0+1.36.2" - "coop-cloud.${STACK_NAME}.version=2.1.0+1.37.1"
entrypoint: /docker-entrypoint2.sh entrypoint: /docker-entrypoint2.sh
db: db:
image: mariadb:10.6 image: mariadb:10.8
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