wordpress/compose.authentik.yml

15 lines
319 B
YAML
Raw Normal View History

2023-03-30 14:57:44 +00:00
version: "3.8"
services:
app:
secrets:
- authentik_secret
- authentik_id
secrets:
authentik_secret:
external: true
2023-07-08 02:31:03 +00:00
name: ${STACK_NAME}_authentik_secret_${SECRET_AUTHENTIK_SECRET_VERSION}
2023-03-30 14:57:44 +00:00
authentik_id:
external: true
2023-07-08 02:31:03 +00:00
name: ${STACK_NAME}_authentik_id_${SECRET_AUTHENTIK_ID_VERSION}