Skip to content

Commit

Permalink
Merge pull request #82 from eshantri/master
Browse files Browse the repository at this point in the history
Added Port and host information for visualization and interface in environment using docker-compose file
  • Loading branch information
im-prakher authored Apr 11, 2021
2 parents b975d17 + 812d6ac commit 57a37a8
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
VALIDATE_PYTHON_PYLINT: true
VALIDATE_JAVASCRIPT_ES: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ services:
volumes:
- './visualization:/code'
- '/code/node_modules'
environment:
- HOST=0.0.0.0
- PORT=8075

ports:
- 8008:8075
depends_on:
Expand All @@ -74,6 +78,8 @@ services:
- 3001:3000
environment:
- CHOKIDAR_USEPOLLING=true
- REACT_APP_HOST=0.0.0.0
- REACT_APP_PORT=3000
depends_on:
- yaba_client
- yaba_visualization
Expand Down
Loading

0 comments on commit 57a37a8

Please sign in to comment.