Update docker compose to include new Public API project (#414)

* Updating docker compose and override to also start the public api

* Update README
This commit is contained in:
Eric Fleming
2020-06-30 20:52:26 -04:00
committed by GitHub
parent dd5a435cb4
commit f89c20ee64
4 changed files with 17 additions and 3 deletions

View File

@@ -99,9 +99,9 @@ You can run the Web sample by running these commands from the root folder (where
docker-compose up
```
You should be able to make requests to localhost:5106 once these commands complete.
You should be able to make requests to localhost:5106 for the Web project, and localhost:5200 for the Public API project once these commands complete.
You can also run the Web application by using the instructions located in its `Dockerfile` file in the root of the project. Again, run these commands from the root of the solution (where the .sln file is located).
You can also run the applications by using the instructions located in their `Dockerfile` file in the root of each project. Again, run these commands from the root of the solution (where the .sln file is located).
## Community Extensions
We have some great contributions from the community, and while these aren't maintained by Microsoft we still want to highlight them.