Skip to content

Commit

Permalink
docker compose with env var for web app
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavacharya committed Apr 7, 2022
1 parent f4919c5 commit e191353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e191353

Please sign in to comment.