-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
76 lines (69 loc) · 2.24 KB
/
docker-compose.yml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
services:
# pie (ports: 810x)
pie-tdn-1400-1600:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-1400-1600:${APP_VERSION}
build:
context: pie/TDN-1400-1600
environment:
- CALLBACK_SERVER=${CALLBACK_SERVER}
restart: unless-stopped
ports:
- 8100:8080
pie-tdn-1600-1900:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-1600-1900:${APP_VERSION}
build:
context: pie/TDN-1600-1900
environment:
- CALLBACK_SERVER=${CALLBACK_SERVER}
restart: unless-stopped
ports:
- 8101:8080
pie-tdn-all:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-all:${APP_VERSION}
build:
context: pie/TDN-ALL
environment:
- CALLBACK_SERVER=${CALLBACK_SERVER}
restart: unless-stopped
ports:
- 8102:8080
pie-tdn-bab:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-bab:${APP_VERSION}
build:
context: pie/TDN-BAB
environment:
- CALLBACK_SERVER=${CALLBACK_SERVER}
restart: unless-stopped
ports:
- 8103:8080
pie-tdn-clvn:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-clvn:${APP_VERSION}
build:
context: pie/TDN-CLVN
environment:
- CALLBACK_SERVER=${CALLBACK_SERVER}
restart: unless-stopped
ports:
- 8104:8080
pie-tdn-cour:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-cour:${APP_VERSION}
build:
context: pie/TDN-COUR
environment:
- CALLBACK_SERVER=${CALLBACK_SERVER}
restart: unless-stopped
ports:
- 8105:8080
pie-tdn-dbnldq:
image: instituutnederlandsetaal/taggers-dockerized-pie-tdn-dbnldq:${APP_VERSION}
build:
context: pie/TDN-DBNLDQ
environment:
- CALLBACK_SERVER=${CALLBACK_SERVER}
restart: unless-stopped
ports:
- 8106:8080
networks:
default:
name: taggers-network
driver: bridge # external applications can attach to this network to access the taggers