feat: finalize file structure for Docker
This commit is contained in:
parent
2523581537
commit
7439475766
6 changed files with 99 additions and 3 deletions
docker
17
docker/env.example
Normal file
17
docker/env.example
Normal 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=...
|
Loading…
Add table
Add a link
Reference in a new issue