This commit is contained in:
Mateusz Gruszczyński
2025-11-04 09:56:37 +01:00
parent 32ef62e4ac
commit addb21bc3e
34 changed files with 3864 additions and 367 deletions

View File

@@ -0,0 +1,22 @@
# 1. Przygotuj environment
cp .env.example .env
# Edytuj .env - zmień SECRET_KEY i hasła!
# 2. Build images
docker-compose build
# 3. Start services
docker-compose up -d
# 4. Sprawdź logi
docker-compose logs -f haproxy-configurator
# 5. Dostęp
# Web UI: http://localhost:15001/login
# HAProxy Stats: http://localhost:8405/stats
# HAProxy HTTP: http://localhost:81
# HAProxy HTTPS: https://localhost:444 (with warning)
# 6. Zaloguj się
# Username: admin
# Password: admin123 (zmień potem!)