From 18f35db164272d52fb883057d11a1c2e69d1502f Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sun, 30 Jun 2024 20:47:00 -0300 Subject: [PATCH] docs --- docs/funkos.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/funkos.md b/docs/funkos.md index 2ae2e62..057e0d8 100644 --- a/docs/funkos.md +++ b/docs/funkos.md @@ -46,6 +46,9 @@ in a *opinionated* way. All funkos listen in port 3000 in their own container instances, and they are all segregated into a network called faaso-net. +The proxy is the only container exposed to the host network, everything +else needs to be accessed through it. + The faaso-proxy container will automatically proxy all requests so if you access the URL `http://faaso-proxy:8888/funko/hello/foo` that will be proxied to `/foo` in the `hello` funko. @@ -74,4 +77,5 @@ faaso-proxy -- GET /bar --> faaso-funko1 The dynamic proxying is achieved by reading the current state of Docker and just adapt to it using the naming conventions mentioned -above. \ No newline at end of file +above. +