[misc]: add http service proxy between ui and api

This commit is contained in:
41666 2019-06-05 14:21:25 -05:00
parent b90bb5c2ed
commit 0f48567f17
No known key found for this signature in database
GPG key ID: DE08FAA8925DC747
3 changed files with 28 additions and 0 deletions

3
etc/proxy/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM haproxy:1.9-alpine
ENV UI_ADDR=ui:6768 API_ADDR=api:6769
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg