chore: publish 0.1.0+0.2.0 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2022-03-22 22:47:48 +02:00
parent 9d6bf82601
commit 77c02ebc8d
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ services:
- SELFOSS_DB_USERNAME=selfoss
- SELFOSS_DB_PASSWORD_FILE=/run/secrets/db_password
db:
image: "postgres:9.6.22"
image: "postgres:9.6.24"
volumes:
- "postgres:/var/lib/postgresql/data"
networks:

View File

@ -46,7 +46,7 @@ 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}.app.version=0.2.0-f93921cc
- "coop-cloud.${STACK_NAME}.version=0.1.0+0.2.0"
networks:
proxy:
external: true