Files
rauthy/compose.api.yml
Danny Groenewegen 38067eafc2 - Added bootstrapping admin password and API key
- Added abra.sh functions for creating clients, groups and roles with the Rauthy API
- Documentation and example for Nextcloud integration
2026-05-14 16:11:06 +02:00

12 lines
189 B
YAML

services:
app:
environment:
- API_KEY
secrets:
- api_secret
secrets:
api_secret:
name: ${STACK_NAME}_api_secret_${SECRET_API_SECRET_VERSION}
external: true