From 32b4476d58ee75834f445d744df3960cac112467 Mon Sep 17 00:00:00 2001 From: Steven Wang Date: Tue, 11 May 2021 00:17:09 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a818e27..35b4709 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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.