-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
239 lines (237 loc) · 6.12 KB
/
docker-compose.yml
File metadata and controls
239 lines (237 loc) · 6.12 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
version: '3.8'
services:
openms-streamlit-template:
build:
context: ./openms-streamlit-template
dockerfile: Dockerfile
args:
GITHUB_TOKEN: $GITHUB_TOKEN
image: openms_streamlit_template
container_name: openms-streamlit-template
restart: always
environment:
- STREAMLIT_SERVER_COUNT=10
ports:
- 28502:8501 # use different host port (here: 28502) to allow multiple apps running on same server.
volumes:
- workspaces-streamlit-template:/workspaces-streamlit-template
command: streamlit run openms-streamlit-template/app.py
deploy:
resources:
limits:
memory: 100g
umetaflow:
build:
context: ./umetaflow-gui
dockerfile: Dockerfile
args:
GITHUB_TOKEN: $GITHUB_TOKEN
image: umetaflow_app
container_name: umetaflow-app
restart: always
environment:
- STREAMLIT_SERVER_COUNT=10
ports:
- 28503:8501 # increment port numbers (here 28503)
volumes:
- workspaces-umetaflow-gui:/workspaces-umetaflow-gui
- /local/abi/projects/streamlit-deployment/demos/umetaflow/:/app/example-data/workspaces/
command: streamlit run umetaflow-gui/Home.py
deploy:
resources:
limits:
memory: 100g
nuxl-app:
build:
context: ./nuxl-app
dockerfile: Dockerfile
args:
GITHUB_TOKEN: $GITHUB_TOKEN
image: nuxl_app
container_name: nuxl-app
restart: always
environment:
- STREAMLIT_SERVER_COUNT=10
ports:
- 28504:8501 # increment port numbers (here 28504)
volumes:
- workspaces-nuxl-app:/workspaces-nuxl-app
command: streamlit run nuxl-app/run.py
deploy:
resources:
limits:
memory: 100g
PTMScanner:
build:
context: ./PTMScanner
dockerfile: Dockerfile
args:
GITHUB_TOKEN: $GITHUB_TOKEN
image: ptmscanner_app
container_name: PTMScanner
restart: always
environment:
- STREAMLIT_SERVER_COUNT=10
ports:
- 28505:8501
volumes:
- workspaces-PTMScanner:/workspaces-PTMScanner
command: streamlit run PTMScanner/run.py
deploy:
resources:
limits:
memory: 100g
FLASHViewer:
build:
context: ./FLASHViewer
dockerfile: Dockerfile
args:
GITHUB_TOKEN: $GITHUB_TOKEN
image: flashviewer
container_name: flashviewer
restart: always
environment:
- STREAMLIT_SERVER_COUNT=10
ports:
- 28506:8501 # increment port numbers (here 28506)
volumes:
- workspaces-flashviewer:/workspaces-flashviewer
deploy:
resources:
limits:
memory: 100g
naseweis:
build:
context: ./naseweis
dockerfile: Dockerfile
args:
GITHUB_TOKEN: $GITHUB_TOKEN
image: naseweis
container_name: naseweis
restart: always
environment:
- STREAMLIT_SERVER_COUNT=10
ports:
- 28507:8501 # increment port numbers (here 28507)
volumes:
- workspaces-naseweis:/workspaces-naseweis
deploy:
resources:
limits:
memory: 100g
stream-sage:
build:
context: ./StreamSage
dockerfile: Dockerfile
args:
GITHUB_TOKEN: $GITHUB_TOKEN
image: stream_sage
container_name: stream-sage
restart: always
environment:
- STREAMLIT_SERVER_COUNT=10
ports:
- 28508:8501 # increment port numbers (here 28508)
volumes:
- workspaces-stream-sage:/workspaces-stream-sage
command: streamlit run StreamSage/app.py
deploy:
resources:
limits:
memory: 100g
toolbox:
build:
context: ./toolbox
dockerfile: Dockerfile
args:
GITHUB_TOKEN: $GITHUB_TOKEN
image: toolbox
container_name: toolbox
restart: always
environment:
- STREAMLIT_SERVER_COUNT=10
ports:
- 28509:8501 # increment port numbers (here 28509)
command: streamlit run toolbox/app.py
deploy:
resources:
limits:
memory: 100g
toppview-lite:
build:
context: ./toppview-lite
dockerfile: Dockerfile
args:
GITHUB_TOKEN: $GITHUB_TOKEN
image: toppview-lite
container_name: toppview-lite
restart: always
environment:
- STREAMLIT_SERVER_COUNT=10
ports:
- 28513:8501 # increment port numbers (here 28513)
volumes:
- workspaces-toppview-lite:/workspaces-toppview-lite
- /local/abi/projects/streamlit-deployment/demos/toppview_lite/:/app/example-data/workspaces/
- shared-exports:/shared-exports
command: streamlit run toppview-lite/app.py
deploy:
resources:
limits:
memory: 100g
mhcquant:
build:
context: ./mhcquant
dockerfile: Dockerfile
args:
GITHUB_TOKEN: $GITHUB_TOKEN
image: mhcquant
container_name: mhcquant
restart: always
environment:
- STREAMLIT_SERVER_COUNT=10
ports:
- 28512:8501 # increment port numbers (here 28512)
volumes:
- workspaces-toppview-lite:/workspaces-toppview-lite
- shared-exports:/shared-exports
- /local/abi/projects/streamlit-deployment/demos/mhcquant/:/app/example-data/workspaces/
command: streamlit run toppview-lite/app.py
deploy:
resources:
limits:
memory: 100g
quantms:
build:
context: ./quantms
dockerfile: Dockerfile
args:
GITHUB_TOKEN: $GITHUB_TOKEN
image: quantms
container_name: quantms
restart: always
environment:
- STREAMLIT_SERVER_COUNT=10
ports:
- 28511:8501 # increment port numbers (here 28512)
volumes:
- workspaces-quantms:/workspaces-quantms
- /local/abi/projects/streamlit-deployment/demos/quantms/:/app/example-data/workspaces/
command: streamlit run toppview-lite/app.py
deploy:
resources:
limits:
memory: 100g
volumes:
workspaces-streamlit-template:
workspaces-umetaflow-gui:
workspaces-nuxl-app:
workspaces-flashviewer:
workspaces-naseweis:
workspaces-PTMScanner:
workspaces-stream-sage:
workspaces-toppview-lite:
workspaces-mhcquant:
workspaces-quantms:
workspaces-toolbox:
shared-exports: