feat: finalize file structure for Docker

This commit is contained in:
Emmanuel BENOîT 2025-01-02 14:04:58 +01:00
parent 2523581537
commit 7439475766
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
6 changed files with 99 additions and 3 deletions

17
docker/env.example Normal file
View file

@ -0,0 +1,17 @@
# Password for the database superuser
DB_PASSWORD=...
# Legacyworlds database - Main user
LW_DB_USER_PASS=...
# Legacyworlds database - Admin user
LW_DB_ADMIN_PASS=...
# First admin account - User name
LW_ADMIN_NAME=...
# First admin account - Email address
LW_ADMIN_MAIL=...
# First admin account - Password (warning: will be stored in the clear)
LW_ADMIN_PASSWORD=...
# "Peacekeepers" fake player - Password (should be a random string)
LW_PEACEKEEPERS_PASSWORD=...