rewrite
This commit is contained in:
22
README.md
22
README.md
@@ -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!)
|
||||
|
||||
Reference in New Issue
Block a user