forked from coop-cloud/rauthy
- add breaking change to release notes - fix bootstrap secrets in config.toml
12 lines
214 B
YAML
12 lines
214 B
YAML
services:
|
|
app:
|
|
environment:
|
|
- ADMIN_BOOTSTRAP_PWHASH=1
|
|
secrets:
|
|
- admin_pwhash
|
|
|
|
secrets:
|
|
admin_pwhash:
|
|
name: ${STACK_NAME}_admin_pwhash_${SECRET_ADMIN_PWHASH_VERSION}
|
|
external: true
|