From c02b512e1cd1813704910773e3be603bbcb06d76 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 2 Sep 2021 00:21:17 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Added=20port=20information=20to?= =?UTF-8?q?=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f60bb4b..3c82767 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ Then: 6. Note that the first time, the process could take up to 10 minutes, since it is building containers for `threetwo`, `threetwo-import-service`, `comicvine-service`, `mongo`, `nats`, `nginx` 7. For posterity, check that all containers are up using `docker ps` +### What runs where + +`threetwo` is the UI that is served on port `3050` +`import` service is served on `3000` +`comicvine` service on `3080` + ## Local Development For debugging and troubleshooting, you can run this app locally using these steps: