--wip-- [skip ci]
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
This commit is contained in:
39
misc/compose/haproxy/haproxy.cfg
Normal file
39
misc/compose/haproxy/haproxy.cfg
Normal file
@@ -0,0 +1,39 @@
|
||||
|
||||
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:80
|
||||
|
||||
|
||||
frontend app-frontend
|
||||
bind 0.0.0.0:10502
|
||||
default_backend app-backend
|
||||
|
||||
backend app-backend
|
||||
server app oidc-test:8000
|
||||
|
||||
|
||||
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