File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- name : Test Compose
1
+ version : ' 3.9 '
2
2
3
3
services :
4
+ b-service :
5
+ build :
6
+ context : ../../app/b-service
7
+ dockerfile : Dockerfile
8
+ target : builder
9
+ args :
10
+ - TEST1=${TEST}
11
+ - TEST2=${TEST}
12
+ container_name : b-service
13
+ depends_on :
14
+ - c-service
15
+ volumes :
16
+ - ../../app/flexible-forms-client/:/var/www/app
17
+ - /var/www/app/node_modules
18
+ ports :
19
+ - ' 127.0.0.1:11131:3000'
20
+ command : sh -c "npm run start"
4
21
a-service :
5
22
build :
6
23
context : ../../tests/a-service
@@ -22,24 +39,7 @@ services:
22
39
- ' 127.0.0.1:11032:3000'
23
40
command : sh -c "tail -f /dev/null"
24
41
expose :
25
- - ' 3000'
26
- b-service :
27
- build :
28
- context : ../../app/b-service
29
- dockerfile : Dockerfile
30
- target : builder
31
- args :
32
- - TEST1=${TEST}
33
- - TEST2=${TEST}
34
- container_name : b-service
35
- depends_on :
36
- - c-service
37
- volumes :
38
- - ../../app/flexible-forms-client/:/var/www/app
39
- - /var/www/app/node_modules
40
- ports :
41
- - ' 127.0.0.1:11131:3000'
42
- command : sh -c "npm run start"
42
+ - 3000
43
43
c-service :
44
44
build :
45
45
context : ../../tests/c-service
You can’t perform that action at this time.
0 commit comments