File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
images/tasking-manager-api Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -222,4 +222,19 @@ services:
222
222
volumes :
223
223
- ./overpass-api-db:/db
224
224
env_file :
225
- - ./.env-overpass
225
+ - ./.env-overpass
226
+
227
+ # #####################################################
228
+ # ## Tasking Manager section
229
+ # #####################################################
230
+ tasking-manager-api :
231
+ image : osmseed-tasking-manager-api:v1
232
+ build :
233
+ context : ./images/tasking-manager-api
234
+ dockerfile : Dockerfile
235
+ ports :
236
+ - ' 5000:5000'
237
+ volumes :
238
+ - ./tasking-manager-api-db:/db
239
+ env_file :
240
+ - ./.env-tasking-manager
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ RUN apk update && \
25
25
proj-dev
26
26
27
27
RUN pip install -r requirements.txt
28
+ RUN pip install apscheduler==3.7.0
28
29
29
30
# # INITIALIZATION
30
31
EXPOSE 5000
You can’t perform that action at this time.
0 commit comments