Compare commits
1 Commits
upgrade-7.
...
7.2.0+v1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fc9296e61 |
@ -30,7 +30,7 @@ services:
|
||||
- internal
|
||||
|
||||
discorddb:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:13-alpine
|
||||
secrets:
|
||||
- discord_db_password
|
||||
environment:
|
||||
|
||||
@ -114,7 +114,7 @@ services:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
labels:
|
||||
- "coop-cloud.${STACK_NAME}.version=7.3.0+v1.154.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=7.2.0+v1.154.0"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]
|
||||
@ -128,9 +128,9 @@ services:
|
||||
secrets:
|
||||
- db_password
|
||||
environment:
|
||||
# postgres:18 relocated default PGDATA to /var/lib/postgresql/18/docker.
|
||||
# Pin to legacy path so pgautoupgrade finds the existing cluster and
|
||||
# upgrades in place instead of init-ing an empty one.
|
||||
# postgres:18 relocated the default PGDATA to /var/lib/postgresql/18/docker.
|
||||
# Pin it to the legacy path so pgautoupgrade finds the existing cluster on the
|
||||
# mounted volume and upgrades it in place, instead of init'ing an empty one.
|
||||
- PGDATA=/var/lib/postgresql/data
|
||||
- LC_COLLATE=C
|
||||
- LC_CTYPE=C
|
||||
|
||||
Reference in New Issue
Block a user