Fixing identitation for docker-compose haproxy
This commit is contained in:
parent
d60178f598
commit
9dad1586af
|
@ -474,17 +474,17 @@ services:
|
||||||
|
|
||||||
### Balancer Haproxy ##########################################
|
### Balancer Haproxy ##########################################
|
||||||
|
|
||||||
balancer:
|
balancer:
|
||||||
build: ./haproxy
|
build: ./haproxy
|
||||||
ports:
|
ports:
|
||||||
- "${HAPROXY_HOST_HTTP_PORT}:80"
|
- "${HAPROXY_HOST_HTTP_PORT}:80"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
links:
|
links:
|
||||||
- proxy
|
- proxy
|
||||||
- proxy2
|
- proxy2
|
||||||
networks:
|
networks:
|
||||||
- frontend
|
- frontend
|
||||||
|
|
||||||
### Networks Setup ############################################
|
### Networks Setup ############################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue