chore: upstream 1.8.2-alpha
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2021-10-24 00:09:25 +02:00
parent 4bd5098c45
commit 3b3f03bab7
1 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ x-environment:
services:
app:
image: "penpotapp/frontend:1.7.1-alpha"
image: "penpotapp/frontend:1.8.2-alpha"
networks:
- proxy
- backend
@ -51,9 +51,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.1.0+1.7.1-alpha
- coop-cloud.${STACK_NAME}.version=0.2.0+1.8.2-alpha
penpot-backend:
image: "penpotapp/backend:1.7.1-alpha"
image: "penpotapp/backend:1.8.2-alpha"
volumes:
- penpot_assets:/opt/data
depends_on:
@ -75,7 +75,7 @@ services:
labels:
- coop-cloud.${STACK_NAME}.penpot-backend.version=1.4.0-alpha-
penpot-exporter:
image: "penpotapp/exporter:1.7.1-alpha"
image: "penpotapp/exporter:1.8.2-alpha"
environment:
# Don't touch it; this uses internal docker network to
# communicate with the frontend.
@ -86,7 +86,7 @@ services:
labels:
- coop-cloud.${STACK_NAME}.penpot-exporter.version=1.4.0-alpha-617c54da
postgres:
image: "postgres:13"
image: "postgres:14"
stop_signal: SIGINT
secrets:
- db_password