chore: publish 0.5.1+2.6.8 release

This commit is contained in:
3wc 2024-01-20 22:08:50 -03:00
parent a0f45fd486
commit d9f3455b62
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: wallabag/wallabag:2.6.1
image: wallabag/wallabag:2.6.8
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.5.0+2.6.1"
- "coop-cloud.${STACK_NAME}.version=0.5.1+2.6.8"
db:
image: mariadb:10.11
image: mariadb:11.2
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.11-alpine
image: redis:7.2.4-alpine
networks:
- internal
volumes: