Compare commits

..

2 Commits

Author SHA1 Message Date
c236531def chore: upgrade pgautoupgrade to 18-alpine, pin PGDATA=/var/lib/postgresql/data
All checks were successful
cc-ci/testme cc-ci: success
2026-07-03 04:38:52 +00:00
341922a2df chore: upgrade pgautoupgrade from 16-alpine to 17-alpine
All checks were successful
cc-ci/testme cc-ci: success
2026-06-22 21:33:32 +00:00
2 changed files with 4 additions and 3 deletions

View File

@ -14,11 +14,12 @@ services:
secrets:
- db_password
db:
image: pgautoupgrade/pgautoupgrade:16-alpine
image: pgautoupgrade/pgautoupgrade:18-alpine
environment:
- POSTGRES_USER=codimd
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password
- POSTGRES_DB=codimd
- PGDATA=/var/lib/postgresql/data
volumes:
- "postgres:/var/lib/postgresql/data"
secrets:

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: quay.io/hedgedoc/hedgedoc:1.11.1
image: quay.io/hedgedoc/hedgedoc:1.11.0
environment:
- CMD_USECDN=false
- CMD_URL_ADDPORT=false
@ -58,7 +58,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirecthostname.redirectregex.replacement=https://${DOMAIN}/$${2}"
- "traefik.http.middlewares.${STACK_NAME}-redirecthostname.redirectregex.permanent=true"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=3.1.1+1.11.1"
- "coop-cloud.${STACK_NAME}.version=3.1.0+1.11.0"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
healthcheck:
test: 'nodejs -e "http.get(''http://localhost:3000'', (res) => { console.log(''status: '', res.statusCode); if (res.statusCode == 200) { process.exit(0); } else { process.exit(1); } });"'