Files
rauthy/compose.api.yml
Danny Groenewegen 5128431f97 - 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-04-14 15:33:51 +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