Add WEBSITE_BASE_URL environment variable and update email confirmation link (#165)

This commit is contained in:
Aaron Po
2026-03-07 20:11:50 -05:00
committed by GitHub
parent f1194d3da8
commit 431e11e052
8 changed files with 116 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ services:
ACCESS_TOKEN_SECRET: "${ACCESS_TOKEN_SECRET}"
REFRESH_TOKEN_SECRET: "${REFRESH_TOKEN_SECRET}"
CONFIRMATION_TOKEN_SECRET: "${CONFIRMATION_TOKEN_SECRET}"
WEBSITE_BASE_URL: "${WEBSITE_BASE_URL}"
volumes:
- ./test-results:/app/test-results
restart: "no"