Added compose.yaml
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
4d1e8e9f00
commit
c4c4136352
20
react-aspnet-mongodb/compose.yaml
Normal file
20
react-aspnet-mongodb/compose.yaml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
services:
|
||||||
|
frontend:
|
||||||
|
build:
|
||||||
|
context: frontend
|
||||||
|
target: development
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
volumes:
|
||||||
|
- ./frontend/src:/code/src
|
||||||
|
- /project/node_modules
|
||||||
|
networks:
|
||||||
|
- react-backend
|
||||||
|
depends_on:
|
||||||
|
- backend
|
||||||
|
expose:
|
||||||
|
- 3306
|
||||||
|
- 33060
|
||||||
|
|
||||||
|
networks:
|
||||||
|
react-backend: {}
|
Loading…
Reference in New Issue
Block a user