chore: publish 2.0.1+1.19.3 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
KawaiiPunk 2024-03-28 14:04:31 +00:00
parent e52ae0ad24
commit 28cbee691e
1 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
image: "penpotapp/frontend:1.19.1"
image: "penpotapp/frontend:1.19.3"
networks:
- proxy
- internal
@ -28,10 +28,10 @@ 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=2.0.0+1.19.1"
- "coop-cloud.${STACK_NAME}.version=2.0.1+1.19.3"
penpot-backend:
image: "penpotapp/backend:1.19.1"
image: "penpotapp/backend:1.19.3"
volumes:
- penpot_assets:/opt/data
depends_on:
@ -72,7 +72,7 @@ services:
- internal
penpot-exporter:
image: "penpotapp/exporter:1.19.1"
image: "penpotapp/exporter:1.19.3"
environment:
- PENPOT_PUBLIC_URI=http://app
- PENPOT_REDIS_URI=redis://penpot-redis/0
@ -80,7 +80,7 @@ services:
- internal
penpot-postgres:
image: "postgres:15.4"
image: "postgres:16.2"
stop_signal: SIGINT
secrets:
- db_password
@ -95,7 +95,7 @@ services:
- internal
penpot-redis:
image: redis:7.2.1
image: redis:7.2.4
networks:
- internal