Skip to content
Snippets Groups Projects
Commit a42e98e2 authored by OpenLedger Servers's avatar OpenLedger Servers Committed by Dan Notestein
Browse files

Add a new custom image for haproxy (just adding socat), and enable haproxy's

management port
parent 8b229a3e
No related branches found
No related tags found
2 merge requests!66Merge develop to master for release,!31Add a new custom image for haproxy (just adding socat), and enable haproxy's
......@@ -17,7 +17,7 @@ services:
- haf-network
# to use our log analysis tools, we need to capture drone's traffic using a
# specific nginx logging config. To do this, rename the actual drone
# service above to 'jussi-real', then uncomment the next section.
# service above to 'drone-real', then uncomment the next section.
# drone:
# image: nginx
# profiles:
......@@ -33,7 +33,17 @@ services:
# depends_on:
# drone-real:
# condition: service_started
# networks:
# - haf-network
# drone:
# image: mitmproxy/mitmproxy
# profiles:
# - servers
# ports:
# - "${HAF_API_NODE_EXPOSED_IPADDR:-0.0.0.0}:9001:9000"
# - 8081:8081
# command: mitmweb --listen-port 9000 --web-host 0.0.0.0 --mode reverse:http://drone-real:9000
# depends_on:
# drone-real:
# condition: service_started
# networks:
# - haf-network
services:
haproxy:
image: ${HAPROXY_IMAGE:-${HIVE_API_NODE_REGISTRY:-registry.hive.blog}/haf_api_node/haproxy}:${HAPROXY_VERSION:-latest}
image: ${HAPROXY_REGISTRY:-${HIVE_API_NODE_REGISTRY:-registry.hive.blog}/haf_api_node/haproxy}:${HAPROXY_VERSION:-latest}
profiles:
- servers
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment