initial working

This commit is contained in:
2025-10-31 21:00:14 +01:00
commit c850cc6e7e
212 changed files with 24622 additions and 0 deletions

13
vm1/.env.example Normal file
View File

@@ -0,0 +1,13 @@
VIP=192.168.1.210
NETWORK_INTERFACE=eth0
FTP_PUBLIC_IP=192.168.1.210
MYSQL_ROOT_PASSWORD=YourSecureRootPassword123!
MYSQL_DATABASE=myapp
MYSQL_USER=appuser
MYSQL_PASSWORD=YourSecureAppPassword456!
REDIS_PASSWORD=YourSecureRedisPassword789!
LOKI_HOST=192.168.1.200
LOKI_PORT=3100
HOSTNAME=test-ha-cluster
ENVIRONMENT=test
LOG_LEVEL=INFO