Differences
This shows you the differences between two versions of the page.
| services:excalidash [2026/05/12 09:19] – created willy | services:excalidash [2026/05/12 09:28] (current) – willy | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| environment: | environment: | ||
| - DATABASE_URL=file:/ | - DATABASE_URL=file:/ | ||
| + | - FRONTEND_URL=https:// | ||
| - PORT=8000 | - PORT=8000 | ||
| - NODE_ENV=production | - NODE_ENV=production | ||
| Line 28: | Line 29: | ||
| # if unset, backend auto-generates and persists one in the volume. | # if unset, backend auto-generates and persists one in the volume. | ||
| # Recommended to set explicitly for portability and multi-instance setups. | # Recommended to set explicitly for portability and multi-instance setups. | ||
| - | - JWT_SECRET=${JWT_SECRET} | + | - JWT_SECRET=xxxxxxxxxxxxxxx |
| - | - CSRF_SECRET=${CSRF_SECRET} | + | - CSRF_SECRET=xxxxxxxxxxxxxx |
| # Optional OIDC settings (required for AUTH_MODE=hybrid or oidc_enforced) | # Optional OIDC settings (required for AUTH_MODE=hybrid or oidc_enforced) | ||
| # - OIDC_PROVIDER_NAME=Authentik | # - OIDC_PROVIDER_NAME=Authentik | ||
| Line 54: | Line 55: | ||
| excalidash-network: | excalidash-network: | ||
| </ | </ | ||
| + | |||
| + | Note that the two secrets above must be more than 32 char long. | ||
| Set a proper port (5747)for your needs, one that is free from all your other services. | Set a proper port (5747)for your needs, one that is free from all your other services. | ||