forked from coop-cloud/rauthy
- Added abra.sh functions for creating clients, groups and roles with the Rauthy API - Documentation and example for Nextcloud integration
12 lines
189 B
YAML
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
|