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