From 7a576c7a1f56625100c1ac6e36834c853af8dbf1 Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Mon, 26 Aug 2019 17:11:24 -0700 Subject: [PATCH] comments in docker-compose --- docker-compose.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.jsonnet b/docker-compose.jsonnet index 3c8043f..9288958 100644 --- a/docker-compose.jsonnet +++ b/docker-compose.jsonnet @@ -37,7 +37,7 @@ database_path:: "/var/lib/wubloader_postgres/", // The host's port to expose each service on. - // Only the restreamer needs to be externally accessible - the others are just for monitoring. + // Only the nginx needs to be externally accessible - the other non-database ports are routed through nginx. ports:: { restreamer: 8000, thrimshim: 8004,