Files
hydra-sql/misc/compose/haproxy/haproxy.cfg
Valentin Carroy 4c3d84d355
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
wip
2025-09-11 17:49:56 +02:00

31 lines
572 B
INI

defaults
mode http
timeout client 10s
timeout connect 5s
timeout server 10s
timeout http-request 10s
default-server init-addr last,libc,none
frontend sql-frontend
bind 0.0.0.0:10500
default_backend sql-backend
backend sql-backend
server sql hydra-sql:10500
frontend hydra-frontend
bind 0.0.0.0:10501
default_backend hydra-backend
backend hydra-backend
server hydra hydra:4444
frontend pgadmin-frontend
bind 0.0.0.0:10503
default_backend pgadmin-backend
backend pgadmin-backend
server pgadmin pgadmin:80