Revert "chore: publish 1.3.0+1.10.1 release"

This reverts commit 6fbaeb7af07940e21e7c22abd7f55cecdc7c4baf.
This commit is contained in:
Moritz 2025-02-04 12:56:14 +01:00
parent 6fbaeb7af0
commit aa2afc2270
2 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=1.3.0+1.10.1"
- "coop-cloud.${STACK_NAME}.version=1.2.2+1.10.1"
- "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); } });\""

View File

@ -1 +0,0 @@
This release adds SQLite support by default, if you were using PostgreSQL make sure to update the env file!