chore: publish 0.5.1+1.9.8 release

This commit is contained in:
Chris Thompson 2023-07-28 17:22:38 -04:00
parent d039c2b5c6
commit cd88ad67b7
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: quay.io/hedgedoc/hedgedoc:1.9.6
image: quay.io/hedgedoc/hedgedoc:1.9.8
environment:
- CMD_USECDN=false
- CMD_URL_ADDPORT=false
@ -58,7 +58,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "backupbot.backup=true"
- "backupbot.backup.path=/hedgedoc/public/uploads"
- coop-cloud.${STACK_NAME}.version=0.5.0+1.9.6
- coop-cloud.${STACK_NAME}.version=0.5.1+1.9.8
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); } });\""
interval: 30s
@ -66,7 +66,7 @@ services:
retries: 10
start_period: 1m
db:
image: postgres:11.18-alpine
image: postgres:11.20-alpine
environment:
- POSTGRES_USER=codimd
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password