Merge branch 'setup'

This commit is contained in:
2026-08-02 02:34:42 +02:00
135 changed files with 5735 additions and 976 deletions
+2 -8
View File
@@ -1,10 +1,4 @@
# Copy this file to `.env` and adjust values as needed.
# cp .env.example .env
#
# Compose reads `.env` automatically to fill the ${VAR} placeholders in
# docker-compose.yml. The Website app ALSO reads a `.env` file at runtime via
# swift-configuration (allowMissing: true), so any extra app config keys placed
# here are picked up by the running service too.
# Local `.env` file used solely for Development purposes.
# --- Image / deployment -------------------------------------------------------
@@ -39,7 +33,7 @@ IMAGE_TAG=latest
HTTP_SERVER_NAME=SiteWebsite
# Log verbosity: trace | debug | info | notice | warning | error | critical
LOG_LEVEL=info
LOG_LEVEL=debug
# --- Persistence ----------------------------------------------------------------