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