forked from coop-cloud/rauthy
- add breaking change to release notes - fix bootstrap secrets in config.toml
13 lines
213 B
YAML
13 lines
213 B
YAML
services:
|
|
app:
|
|
environment:
|
|
- API_KEY
|
|
- API_BOOTSTRAP=1
|
|
secrets:
|
|
- api_secret
|
|
|
|
secrets:
|
|
api_secret:
|
|
name: ${STACK_NAME}_api_secret_${SECRET_API_SECRET_VERSION}
|
|
external: true
|