Files
rauthy/compose.api.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

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