-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose-talk.yml
More file actions
58 lines (51 loc) · 987 Bytes
/
docker-compose-talk.yml
File metadata and controls
58 lines (51 loc) · 987 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
54
55
56
57
58
version: '2.0'
services:
app00:
container_name: europython_app00
build:
context: .
dockerfile: Dockerfile00
ports:
- 8049:8050
app01:
container_name: europython_app01
build:
context: .
dockerfile: Dockerfile01
ports:
- 8051:8050
app03:
container_name: europython_app03
build:
context: .
dockerfile: Dockerfile03
ports:
- 8052:8050
app03a:
container_name: europython_app03a
build:
context: .
dockerfile: Dockerfile03a
ports:
- 8053:8050
app04:
container_name: europython_app04
build:
context: .
dockerfile: Dockerfile04
ports:
- 8054:8050
# app05:
# container_name: europython_app05
# build:
# context: .
# dockerfile: Dockerfile05
# ports:
# - 8055:8050
app06:
container_name: europython_app06
build:
context: .
dockerfile: Dockerfile06
ports:
- 8056:8050