fix(sync-server): add WebAuthn env vars to docker-compose

This commit is contained in:
Johannes Millan 2026-01-02 20:55:48 +01:00
parent 73549b7933
commit ab648b2b6d

View file

@ -32,6 +32,9 @@ services:
- SMTP_USER=${SMTP_USER:-}
- SMTP_PASS=${SMTP_PASS:-}
- SMTP_FROM=${SMTP_FROM:-}
- WEBAUTHN_RP_ID=${WEBAUTHN_RP_ID:-localhost}
- WEBAUTHN_RP_NAME=${WEBAUTHN_RP_NAME:-Super Productivity Sync}
- WEBAUTHN_ORIGIN=${WEBAUTHN_ORIGIN:-http://localhost:1900}
ports:
- '1900:1900'
volumes: