Compare commits
17 Commits
fauno-sqli
...
main-2
| Author | SHA1 | Date | |
|---|---|---|---|
| 10ac881e42 | |||
| ccfb3c8953 | |||
| c23648b5df | |||
| 24c3349074 | |||
| 6429b2720f | |||
| 190c2c0578 | |||
| 9c60390d76 | |||
| 0aa164cdbf | |||
| 314f811457 | |||
| 8a9434ae32 | |||
| a466c6e15a | |||
| 0c14bac684 | |||
| 45986d1af4 | |||
| 958df4da59 | |||
| 35e78f4834 | |||
| 3a98857b5c | |||
| 2310cb9378 |
@ -8,10 +8,10 @@ DOMAIN=hedgedoc.example.com
|
||||
#EXTRA_DOMAINS=', `www.hedgedoc.example.com`'
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
COMPOSE_FILE="compose.yml"
|
||||
|
||||
SECRET_SESSION_SECRET_VERSION=v1
|
||||
|
||||
COMPOSE_FILE="compose.yml"
|
||||
|
||||
# PostgreSQL
|
||||
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.postgresql.yml"
|
||||
|
||||
2
abra.sh
2
abra.sh
@ -1,2 +1,2 @@
|
||||
export ENTRYPOINT_CONF_VERSION=v10
|
||||
export ENTRYPOINT_CONF_VERSION=v11
|
||||
export PG_BACKUP_VERSION=v1
|
||||
|
||||
@ -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.2.1+1.10.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.3.1+1.10.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); } });\""
|
||||
@ -65,7 +65,6 @@ services:
|
||||
volumes:
|
||||
codimd_uploads:
|
||||
codimd_database:
|
||||
|
||||
secrets:
|
||||
session_secret:
|
||||
external: true
|
||||
|
||||
1
release/1.3.1+1.10.0
Normal file
1
release/1.3.1+1.10.0
Normal file
@ -0,0 +1 @@
|
||||
holu
|
||||
Reference in New Issue
Block a user