This commit is contained in:
Philipp Rothmann 2022-01-31 17:07:29 +01:00
parent dae94c307c
commit 952d2e904a
3 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,8 @@ The Open Source kanban (built with Meteor)
## Quick start
Default configuration is fit to a setup with openid-connect.
* `abra app new wekan --secrets`
* `abra app config <app-name>`
* `abra app deploy <app-name>`

View File

@ -57,6 +57,8 @@ services:
timeout: 10s
retries: 10
start_period: 1m
secrets:
- oauth2_secret
configs:
- source: healthcheck_js
target: /build/healthcheck.js

View File

@ -25,5 +25,5 @@ file_env() {
}
file_env "OAUTH2_SECRET"
echo "DEBUG: OAUTH2 SECRET: $OAUTH2_SECRET"
node /build/main.js