chore: publish 0.5.0+v2.22.0 release
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e81374b8b7
commit
93f240b959
10
compose.yml
10
compose.yml
@ -34,7 +34,7 @@ x-environment: &default-env
|
||||
|
||||
services:
|
||||
app:
|
||||
image: loomio/loomio:v2.21.2
|
||||
image: loomio/loomio:v2.22.0
|
||||
configs:
|
||||
- source: entrypoint
|
||||
target: /entrypoint.sh
|
||||
@ -65,9 +65,9 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.4.1+v2.21.2"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.5.0+v2.22.0"
|
||||
worker:
|
||||
image: loomio/loomio:v2.21.2
|
||||
image: loomio/loomio:v2.22.0
|
||||
configs:
|
||||
- source: entrypoint
|
||||
target: /entrypoint.sh
|
||||
@ -89,7 +89,7 @@ services:
|
||||
- loomio_files:/loomio/public/files
|
||||
- loomio_plugins:/loomio/plugins/docker
|
||||
db:
|
||||
image: postgres:12.14
|
||||
image: postgres:12.17
|
||||
networks:
|
||||
- backend
|
||||
volumes:
|
||||
@ -120,7 +120,7 @@ services:
|
||||
environment:
|
||||
- REDIS_URL=redis://redis:6379
|
||||
cron:
|
||||
image: loomio/loomio:v2.21.2
|
||||
image: loomio/loomio:v2.22.0
|
||||
configs:
|
||||
- source: entrypoint
|
||||
target: /entrypoint.sh
|
||||
|
Loading…
Reference in New Issue
Block a user