This commit is contained in:
30
misc/compose/haproxy/haproxy.cfg
Normal file
30
misc/compose/haproxy/haproxy.cfg
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
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
|
Reference in New Issue
Block a user