chore: publish 2.1.1+v4.1.1-bullseye release

This commit is contained in:
decentral1se 2022-03-08 14:16:10 +01:00
parent b99671c2bf
commit 73f080adbc
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
app: app:
image: chocobozzz/peertube:v4.1.0-bullseye image: chocobozzz/peertube:v4.1.1-bullseye
environment: environment:
- PEERTUBE_ADMIN_EMAIL - PEERTUBE_ADMIN_EMAIL
- PEERTUBE_CONTACT_FORM_ENABLED - PEERTUBE_CONTACT_FORM_ENABLED
@ -74,7 +74,7 @@ services:
- internal - internal
deploy: deploy:
labels: labels:
- "coop-cloud.${STACK_NAME}.version=2.1.0+v4.1.0-bullseye" - "coop-cloud.${STACK_NAME}.version=2.1.1+v4.1.1-bullseye"
db: db:
image: postgres:10-alpine image: postgres:10-alpine