From 35081a72c0f42a2f3f755cc93f81200faefa9799 Mon Sep 17 00:00:00 2001 From: gyurix Date: Fri, 4 Mar 2022 08:52:40 +0100 Subject: [PATCH] Added Readme.md file --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc9c42c --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +The msarthost-proxy json files contain teh required information to deploy one loadbalancer (from haproxy) and minimum two backend proxies (from nginx) with terminating HTTPS process and translate it to HTTP to backend www and other services. + +The loadbalancer process depend on dns service which is defined is json. + +## How to run + +```sh + +# docker run \ + --detach \ + --rm \ + --volume /etc/user/config/services/:/services/:ro \ + --volume /var/run/docker.sock:/var/run/docker.sock \ + --volume /usr/bin/docker:/usr/bin/docker:ro \ + --volume /etc/user/config/services/tmp:/services/tmp:rw \ + registry.format.hu/setup:latest public-proxy.json start + +``` + +## Templates in JSON format