hometown/compose.oidc.yml

45 lines
1.2 KiB
YAML

---
version: "3.8"
services:
app:
# FIXME: fuck, borked the image tag, see here for more
# https://github.com/hometown-fork/hometown/issues/1153#issuecomment-1032572439
image: decentral1se/hometown:v1.0.5_3.6.0_openid-sso
secrets:
- db_password
- otp_secret
- secret_key_base
- smtp_password
- vapid_private_key
- oidc_client_secret
streaming:
# FIXME: fuck, borked the image tag, see here for more
# https://github.com/hometown-fork/hometown/issues/1153#issuecomment-1032572439
image: decentral1se/hometown:v1.0.5_3.6.0_openid-sso
secrets:
- db_password
- otp_secret
- secret_key_base
- smtp_password
- vapid_private_key
- oidc_client_secret
sidekiq:
# FIXME: fuck, borked the image tag, see here for more
# https://github.com/hometown-fork/hometown/issues/1153#issuecomment-1032572439
image: decentral1se/hometown:v1.0.5_3.6.0_openid-sso
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