forked from Vovleras/labdockercompose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
54 lines (41 loc) · 771 Bytes
/
docker-compose.yml
File metadata and controls
54 lines (41 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
services:
frontend:
build: ./frontend
ports:
- "8080:80"
service1:
build: ./service1
ports:
- "5001:5001"
serviceemily:
build: ./serviceemily
ports:
- "5002:5002"
servicevictoria:
build: ./servicevictoria
ports:
- "5003:5003"
servicesalome:
build: ./servicesalome
ports:
- "5005:5005"
servicemiguel:
build: ./servicemiguel
ports:
- "5045:5045"
serviceangie:
build: ./serviceangie
ports:
- "5006:5006"
serviceandres:
build: ./serviceandres
ports:
- "5007:5007"
servicesheila:
build: ./servicesheila
ports:
- "5009:5009"
serviceelkin:
build: ./serviceelkin
ports:
- "5010:5010"