Compare commits
7 Commits
main-2
...
fauno-sqli
| Author | SHA1 | Date | |
|---|---|---|---|
| 738fbe7a4e | |||
| f05234338e | |||
| cb4219e7c3 | |||
| b206e7a386 | |||
| b4dd6ddbbd | |||
| a24809ab38 | |||
| 543f0823bb |
@ -8,10 +8,10 @@ DOMAIN=hedgedoc.example.com
|
||||
#EXTRA_DOMAINS=', `www.hedgedoc.example.com`'
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
SECRET_SESSION_SECRET_VERSION=v1
|
||||
|
||||
COMPOSE_FILE="compose.yml"
|
||||
|
||||
SECRET_SESSION_SECRET_VERSION=v1
|
||||
|
||||
# PostgreSQL
|
||||
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.postgresql.yml"
|
||||
|
||||
2
abra.sh
2
abra.sh
@ -1,2 +1,2 @@
|
||||
export ENTRYPOINT_CONF_VERSION=v11
|
||||
export ENTRYPOINT_CONF_VERSION=v10
|
||||
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.3.1+1.10.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.2.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,6 +65,7 @@ services:
|
||||
volumes:
|
||||
codimd_uploads:
|
||||
codimd_database:
|
||||
|
||||
secrets:
|
||||
session_secret:
|
||||
external: true
|
||||
|
||||
@ -1 +0,0 @@
|
||||
holu
|
||||
Reference in New Issue
Block a user