From 9e74344b0e23ccad35cc6f17624041bec68c986a Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Thu, 9 Jun 2022 11:21:42 +0000 Subject: [PATCH] Add 'README.md' --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b0f8b3 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +The proxy-scheduler is an file change intendent solution to control proxy services via docker containers (at the moment). + +It has two parts, one for loadbalancer service which it is necessary for a backend proxy solution. + +All the proxy services needed the proxy.json configuration file with proper content. + +The proxy-scheduler use inotify kernel solution to watch changes and execute action in the proxy processes at all. + +Read carefuly the readmes for the proxy.json file and the domain.sample file also. \ No newline at end of file