chore: publish 0.2.0+v2.17.3 release
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc 2023-04-27 18:19:08 -04:00
parent 3765ceaeb2
commit 9f587c6c5a

View File

@ -33,7 +33,7 @@ x-environment: &default-env
services: services:
app: app:
image: loomio/loomio:v2.11.13 image: loomio/loomio:v2.17.3
configs: configs:
- source: entrypoint - source: entrypoint
target: /entrypoint.sh target: /entrypoint.sh
@ -64,9 +64,9 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.1.0+v2.7.10" - "coop-cloud.${STACK_NAME}.version=0.2.0+v2.17.3"
worker: worker:
image: loomio/loomio:v2.11.13 image: loomio/loomio:v2.17.3
configs: configs:
- source: entrypoint - source: entrypoint
target: /entrypoint.sh target: /entrypoint.sh
@ -88,7 +88,7 @@ services:
- loomio_files:/loomio/public/files - loomio_files:/loomio/public/files
- loomio_plugins:/loomio/plugins/docker - loomio_plugins:/loomio/plugins/docker
db: db:
image: postgres:12.7 image: postgres:12.14
networks: networks:
- backend - backend
volumes: volumes:
@ -119,7 +119,7 @@ services:
environment: environment:
- REDIS_URL=redis://redis:6379 - REDIS_URL=redis://redis:6379
cron: cron:
image: loomio/loomio:v2.7.10 image: loomio/loomio:v2.17.3
configs: configs:
- source: entrypoint - source: entrypoint
target: /entrypoint.sh target: /entrypoint.sh