chore: publish 4.1.0+v5.2.1-bullseye release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2024-05-23 15:36:18 -03:00
parent 716ea6b19a
commit 5c191f26a8

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
web:
image: nginx:1.23.3
image: nginx:1.26.0
networks:
- proxy
- internal
@ -47,7 +47,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
app:
image: chocobozzz/peertube:v5.0.1-bullseye
image: chocobozzz/peertube:v5.2.1-bullseye
environment:
- PEERTUBE_ADMIN_EMAIL
- PEERTUBE_CONTACT_FORM_ENABLED
@ -85,7 +85,7 @@ services:
- internal
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=4.0.0+v5.0.1-bullseye"
- "coop-cloud.${STACK_NAME}.version=4.1.0+v5.2.1-bullseye"
db:
image: postgres:10-alpine