Fix Docker stack bootstrap
This commit is contained in:
@@ -158,13 +158,14 @@ Copy `.env.example` to `.env`. Only the fields marked **Required** must be set b
|
||||
| `ADMIN_PASSWORD` | Bootstrap admin password (must pass strength check) |
|
||||
| `POSTGRES_PASSWORD` | PostgreSQL superuser password |
|
||||
| `MINIO_ROOT_PASSWORD` | MinIO root password |
|
||||
| `MINIO_ACCESS_KEY` / `MINIO_SECRET_KEY` | App-level MinIO credentials; Docker Compose provisions this user and bucket policy |
|
||||
| `REDIS_PASSWORD` | Redis `requirepass` password |
|
||||
|
||||
### Optional (sensible defaults for local dev)
|
||||
|
||||
| Variable | Default | Description |
|
||||
|----------|---------|-------------|
|
||||
| `CORS_ORIGINS` | `http://localhost:5173` | Comma-separated allowed origins |
|
||||
| `CORS_ORIGINS` | `["http://localhost:5173"]` | JSON list of allowed origins |
|
||||
| `SMTP_HOST` | *(unset)* | Leave empty to log password-reset links to stdout |
|
||||
| `LOG_JSON` | `false` | Set `true` in production for structured JSON logs |
|
||||
| `DEFAULT_AI_PROVIDER` | `ollama` | Used on first boot seed; overridable per-user in admin panel |
|
||||
|
||||
Reference in New Issue
Block a user