für Docker angepasst

This commit is contained in:
rxf
2026-02-22 22:11:52 +01:00
parent e14af11e5c
commit e28cca1c46
21 changed files with 1494 additions and 94 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Docker Compose Environment Variables
# Kopieren Sie diese Datei nach .env und passen Sie die Werte an
# MySQL Datenbankzugangsdaten
DB_USER=root
DB_PASS=IhrMySQLPasswort
DB_NAME=RXF
# Build-Datum (wird automatisch beim Build gesetzt, Format: DD.MM.YYYY)
BUILD_DATE=$(date +%d.%m.%Y)