Files
writefreely/compose.authentik.yml

17 lines
334 B
YAML

---
version: "3.8"
services:
app:
secrets:
- oauth_client_id
- oauth_client_secret
secrets:
oauth_client_id:
external: true
name: ${STACK_NAME}_oauth_client_id_${OAUTH_CLIENT_ID_VERSION}
oauth_client_secret:
external: true
name: ${STACK_NAME}_oauth_client_secret_${OAUTH_CLIENT_SECRET_VERSION}