1 Commits

Author SHA1 Message Date
3wc
8f2cbfed46 chore: publish 4.0.1+v2.25.4 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-04-10 19:23:35 +01:00

View File

@ -10,7 +10,8 @@ x-redis-env: &redis-env
REDIS_URL: redis://redis:6379
x-environment: &default-env
<<: [*db-env, *redis-env]
<<: *db-env
<<: *redis-env
CANONICAL_HOST: ${DOMAIN}
VIRTUAL_HOST: ${DOMAIN}
CHANNELS_URI: wss://channels.${DOMAIN}
@ -32,7 +33,7 @@ x-environment: &default-env
services:
app:
image: loomio/loomio:v2.25.3
image: loomio/loomio:v2.25.4
configs:
- source: entrypoint
target: /entrypoint.sh
@ -70,10 +71,10 @@ 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=4.0.0+v2.25.3"
- "coop-cloud.${STACK_NAME}.version=4.0.1+v2.25.4"
- "backupbot.backup:=${ENABLE_BACKUPS:-true}"
worker:
image: loomio/loomio:v2.25.3
image: loomio/loomio:v2.25.4
configs:
- source: entrypoint
target: /entrypoint.sh
@ -138,7 +139,7 @@ services:
environment:
<<: *redis-env
cron:
image: loomio/loomio:v2.25.3
image: loomio/loomio:v2.25.4
configs:
- source: entrypoint
target: /entrypoint.sh