Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
Steven Wang authored and GitHub committed May 11, 2021
1 parent ae6b992 commit 32b4476d58ee75834f445d744df3960cac112467
Showing 1 changed file with 8 additions and 1 deletion.
@@ -6,4 +6,11 @@ To start docker in development mode (with hot reload):
```
docker-compose -f docker-compose.dev.yml up -d
```
The frontend, backend, and database are exposed on port `8080`, `3000`, and `27017` respectively.
The frontend, backend, and database are exposed on port `8080`, `3000`, and `27017` respectively.

## Deployment
To deploy in production mode:
```
docker-compose -d up
```
The deployed port is currently `7655` for both the frontend and backend. Database is not visible to the outside.

0 comments on commit 32b4476

Please sign in to comment.