mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Update changelog
This commit is contained in:
parent
c05402b6f3
commit
a6687eca18
2 changed files with 1 additions and 3 deletions
|
|
@ -26,9 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- `docker-compose.yml` file updated to provide sensible defaults for self-hosted production environment.
|
||||
- .env.example file added with default environment variables.
|
||||
- Single Dockerfile introduced so Dawarich could be run in self-hosted mode in production environment.
|
||||
- [x] Check if with no changes to docker-compose.yml everything still works as before.
|
||||
- [x] Deploy to Staging and test again.
|
||||
- [ ] Run self-hosted instance with production env
|
||||
|
||||
|
||||
# [0.34.2] - 2025-10-31
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ STORAGE_BACKEND=local
|
|||
# Secret key base for production/staging
|
||||
# Generate with: openssl rand -hex 64
|
||||
# Leave empty for development (will auto-generate)
|
||||
# Required for production and staging environments
|
||||
SECRET_KEY_BASE=
|
||||
|
||||
# =============================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue