Converted the website service project into a reusable template.

This commit is contained in:
2026-07-11 16:20:33 +02:00
parent a4906f8f26
commit 4a8413359f
12 changed files with 296 additions and 38 deletions
+5 -5
View File
@@ -12,7 +12,7 @@
HOST_CONTAINER=containers.rock-n-code.com
# Owner of the container running the Website service.
HOST_OWNER=loud
HOST_OWNER=site
# Password for authenticating to the container registry.
HOST_PASSWORD=
@@ -36,7 +36,7 @@ IMAGE_TAG=latest
# --- Application config -------------------------------------------------------
# Server name reported by the HTTP service.
HTTP_SERVER_NAME=LoudWebsite
HTTP_SERVER_NAME=SiteWebsite
# Log verbosity: trace | debug | info | notice | warning | error | critical
LOG_LEVEL=info
@@ -55,13 +55,13 @@ DATABASE_HOST=localhost
DATABASE_PORT=3306
# Name of the database to connect to.
DATABASE_NAME=loud-ams
DATABASE_NAME=site
# Username of the database to connect as.
DATABASE_USERNAME=loud-ams
DATABASE_USERNAME=site
# Provide the real password via the environment or a secret — never commit it.
DATABASE_PASSWORD=loud-ams
DATABASE_PASSWORD=site
# TLS posture when connecting: off | prefer | require (use `require` in production).
DATABASE_TLS=off