Compare commits
3 Commits
3.0.0+v2.2
...
4.0.1+v2.2
Author | SHA1 | Date | |
---|---|---|---|
8f2cbfed46 | |||
014deacc0f | |||
1a937addc2 |
10
compose.yml
10
compose.yml
@ -33,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
|
||||
@ -71,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=3.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
|
||||
@ -98,7 +98,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:
|
||||
@ -139,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
|
||||
|
1
release/4.0.0+v2.25.3
Normal file
1
release/4.0.0+v2.25.3
Normal 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.
|
Reference in New Issue
Block a user