added docker-compose;
This commit is contained in:
parent
37897ef255
commit
165b8c99dc
22
docker-compose.yml
Normal file
22
docker-compose.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
version: "2"
|
||||||
|
|
||||||
|
services:
|
||||||
|
waecm_g4_be:
|
||||||
|
container_name: waecm_g4_be_container
|
||||||
|
build:
|
||||||
|
context: backend
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
expose:
|
||||||
|
- 8000
|
||||||
|
|
||||||
|
waecm_g4_fe:
|
||||||
|
container_name: waecm_g4_fe_container
|
||||||
|
build:
|
||||||
|
context: frontend
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
expose:
|
||||||
|
- 4200
|
||||||
|
depends_on:
|
||||||
|
- waecm_g4_be
|
||||||
|
ports:
|
||||||
|
- 4200:4200
|
||||||
Loading…
x
Reference in New Issue
Block a user