hometown/compose.oidc.yml

18 lines
319 B
YAML
Raw Normal View History

2021-05-28 23:54:44 +00:00
---
version: "3.8"
services:
web:
secrets:
- db_password
- otp_secret
- secret_key_base
- smtp_password
- vapid_private_key
- oidc_client_secret
secrets:
oidc_client_secret:
name: ${STACK_NAME}_oidc_client_secret_${SECRET_OIDC_CLIENT_SECRET_VERSION}
external: true