chore: publish 0.3.0+2.5.2 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Philipp Rothmann 2022-11-12 12:26:43 +01:00
parent db880748e2
commit e07fb6f1d4
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: wallabag/wallabag:2.5.1
image: wallabag/wallabag:2.5.2
environment:
# Prevent database creation (handled by MySQL service)
- POPULATE_DATABASE="false"
@ -49,9 +49,9 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.2.0+2.4.3"
- "coop-cloud.${STACK_NAME}.version=0.3.0+2.5.2"
db:
image: mariadb:10.8
image: mariadb:10.9
environment:
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
- MYSQL_USER=wallabag
@ -65,7 +65,7 @@ services:
- db_password
- db_root_password
redis:
image: redis:7.0.2-alpine
image: redis:7.0.5-alpine
networks:
- internal
volumes: