We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c406b77 commit fa3a38bCopy full SHA for fa3a38b
docker-compose.yml
@@ -11,12 +11,26 @@ services:
11
- 3001:3000
12
environment:
13
- CHOKIDAR_USEPOLLING=true
14
+ component_test:
15
+ container_name: component_test
16
+ build: ./constructor_ui
17
+ volumes:
18
+ - 'component_test:/app'
19
+ - 'node_modules:/app/node_modules'
20
+ ports:
21
+ - 3002:3002
22
+ environment:
23
+ - CHOKIDAR_USEPOLLING=true
24
api:
25
container_name: api
26
build: ./api
27
ports:
28
- 80:80
-
29
+ py_dev:
30
+ container_name: pydev
31
+ build: ./dev_env
32
33
+ - 'py_dev:/pydev'
34
database-new:
35
image: mongo:4.0.5
36
container_name: database
@@ -32,3 +46,5 @@ volumes:
46
constructor:
47
node_modules:
48
mongo-volume:
49
50
0 commit comments