3 Commits

Author SHA1 Message Date
5d0db921e2 update to compliant yaml anchor usage
Some checks failed
continuous-integration/drone/pr Build is failing
2025-03-21 15:11:32 +01:00
014deacc0f chore: publish 4.0.0+v2.25.3 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-03-03 16:39:56 +01:00
1a937addc2 upgrade postgres DB version to 17, this time for real.
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-03 16:35:09 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,7 @@ 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}
@ -71,7 +70,7 @@ 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=3.0.0+v2.25.3"
- "coop-cloud.${STACK_NAME}.version=4.0.0+v2.25.3"
- "backupbot.backup:=${ENABLE_BACKUPS:-true}"
worker:
image: loomio/loomio:v2.25.3
@ -98,7 +97,7 @@ services:
- loomio_plugins:/loomio/plugins/docker
db:
# loomio version upgrades and postgres version upgrade should not be performed at the same time.
image: postgres:12.17
image: pgautoupgrade/pgautoupgrade:17-debian
networks:
- backend
volumes:

1
release/4.0.0+v2.25.3 Normal file
View File

@ -0,0 +1 @@
ATTENTION: Perform a deployment of version 3.0.0+v2.25.3 before upgrading to this version. Otherwise there will be complications with database migrations. This version upgrades the used postgres container to version 17 with auto-upgrade functionality.