diff --git a/README.md b/README.md index e7a46ea..5478882 100644 --- a/README.md +++ b/README.md @@ -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 ` * `abra app deploy ` diff --git a/compose.yml b/compose.yml index 465c26e..cd2cee6 100644 --- a/compose.yml +++ b/compose.yml @@ -57,6 +57,8 @@ services: timeout: 10s retries: 10 start_period: 1m + secrets: + - oauth2_secret configs: - source: healthcheck_js target: /build/healthcheck.js diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index b4883c2..f725b2c 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -25,5 +25,5 @@ file_env() { } file_env "OAUTH2_SECRET" - +echo "DEBUG: OAUTH2 SECRET: $OAUTH2_SECRET" node /build/main.js \ No newline at end of file