This commit is contained in:
Marco Zeisler 2021-03-21 19:55:16 +01:00
parent 24175094be
commit 1ba6d24340

View File

@ -3,4 +3,5 @@
* Run project containers with ```docker-compose up``` * Run project containers with ```docker-compose up```
(to pull without build: comment out build keys, otherwise docker-compose will try to build the image) (to pull without build: comment out build keys, otherwise docker-compose will try to build the image)
* Access Web Application via localhost:4200 * Access Web Application Frontend via localhost:4200
* Access Web Application Backend if necessary via localhost:8000