Fixed Origin mismatch for passkeys
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m9s

This commit is contained in:
2026-02-13 11:35:06 -07:00
parent 705358d44c
commit e99e042eea
7 changed files with 35 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ services:
- PORT=4321
- DATA_DIR=/app/data
- JWT_SECRET=${JWT_SECRET}
- ORIGIN=${ORIGIN}
volumes:
- ${ROOT_DIR}:/app/data
restart: unless-stopped