mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2026-06-11 14:26:17 +00:00
Füge Konfigurationsdateien für Gatus, Mosquitto, Postgres und MeshDash hinzu; aktualisiere Moodle-Umgebungsvariablen und erstelle Webstack-Dokumentation
This commit is contained in:
12
moodle/.env
Normal file
12
moodle/.env
Normal file
@@ -0,0 +1,12 @@
|
||||
# Moodle application admin credentials
|
||||
MOODLE_USERNAME=admin
|
||||
MOODLE_PASSWORD=change_me_admin_password
|
||||
MOODLE_EMAIL=admin@example.com
|
||||
|
||||
# Database connection details
|
||||
MOODLE_DATABASE_USER=moodle
|
||||
MOODLE_DATABASE_PASSWORD=change_me_database_password
|
||||
MOODLE_DATABASE_NAME=moodle
|
||||
|
||||
# MariaDB root credentials
|
||||
MARIADB_ROOT_PASSWORD=change_me_root_password
|
||||
Reference in New Issue
Block a user