Skip to content

Commit 86b4820

Browse files
feat: add VAPID environment variables for push notifications
1 parent 8ea800e commit 86b4820

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ services:
3939
- PASSKEY_RP_ID=${PASSKEY_RP_ID:-localhost}
4040
- PASSKEY_RP_NAME=${PASSKEY_RP_NAME:-OpenCode Manager}
4141
- PASSKEY_ORIGIN=${PASSKEY_ORIGIN:-http://localhost:5003}
42+
- VAPID_PUBLIC_KEY=${VAPID_PUBLIC_KEY:-}
43+
- VAPID_PRIVATE_KEY=${VAPID_PRIVATE_KEY:-}
44+
- VAPID_SUBJECT=${VAPID_SUBJECT:-mailto:admin@opencode.local}
4245
volumes:
4346
- opencode-workspace:/workspace
4447
- opencode-data:/app/data

0 commit comments

Comments
 (0)