From 815cb716e20b3c59f4e1857182b6ec793e671827 Mon Sep 17 00:00:00 2001 From: Pranav Acharya Date: Thu, 7 Apr 2022 00:02:33 -0400 Subject: [PATCH 1/3] typo fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98ab9fd..e018c55 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Run the above command on your terminal from the root of project folder to create ### Adding hostnames in /etc/hosts ```sh -sudo sh scipts/host.sh +sudo sh scripts/host.sh ``` > Note: The above command creates 6 containers for the running the application. @@ -107,7 +107,7 @@ Run the above command on your cmd from the root of project folder to create all ### Adding hostnames in /etc/hosts ```sh -sudo sh scipts/host.sh +sudo sh scripts/host.sh ``` > Note: The above command creates 6 containers for the running the application. From f4919c5e8626ac1e1f6e930c3348e9c9847a28b7 Mon Sep 17 00:00:00 2001 From: Pranav Acharya Date: Thu, 7 Apr 2022 00:06:58 -0400 Subject: [PATCH 2/3] typo fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e018c55..d31bb47 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ docker compose build Add changes in etc/hosts/ for production url ```sh -sudo sh scipts/prod_host.sh +sudo sh scripts/prod_host.sh ``` Install CORS plugin in browser to enable cors headers since application is using jetstream object strore From e1913534ec643287e2e9c93f2a6be6ca6b1c4222 Mon Sep 17 00:00:00 2001 From: Pranav Acharya Date: Thu, 7 Apr 2022 00:10:43 -0400 Subject: [PATCH 3/3] docker compose with env var for web app --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4dd7560..989785c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -136,7 +136,7 @@ services: context: ./web_app args: - REACT_APP_API_GATEWAY_HOST=garuda.org - - REACT_APP_API_GATEWAY_PORT=30000 + - REACT_APP_API_GATEWAY_PORT=$API_GATEWAY_PORT depends_on: - api_gateway ports: