Files
rauthy/compose.bootstrapadmin.yml
Danny Groenewegen e427d20c31 chore: prep for 0.35.2
- add breaking change to release notes
- fix bootstrap secrets in config.toml
2026-06-02 14:58:51 +02:00

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