Skip to content

Commit

Permalink
chore: update deployment ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgancfer committed Apr 21, 2024
1 parent 58bc577 commit 9a3e909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ followed by
npm start
```

After all the components are launched, the app should be available in localhost in port 3000.
After all the components are launched, the app should be available in localhost in port 3000 and 8443 for the API, or whatever port configure the app to use.

## Deployment

Expand All @@ -70,7 +70,7 @@ The machine for deployment can be created in services like Microsoft Azure or Am

- Linux machine with Ubuntu >= 20.04.
- Docker and docker-compose installed.
- Open ports for the applications installed (in this case, ports 3000 for the webapp and 8000 for the gateway service).
- Open ports for the applications installed (in this case, ports 3000 for the webapp and 8443 for the API, or whatever port configure the app to use).

Once you have the virtual machine created, you can install **docker** and **docker-compose** using the following instructions:

Expand Down

0 comments on commit 9a3e909

Please sign in to comment.