Added a RessourceManager for uploading files
This commit is contained in:
@@ -18,6 +18,8 @@ services:
|
||||
JEOPARDY_URL: http://localhost:11000
|
||||
ports:
|
||||
- "11001:12345"
|
||||
volumes:
|
||||
- jeopardyserver_data_volume:/data
|
||||
mongo:
|
||||
image: mongo:8.0.14
|
||||
restart: always
|
||||
@@ -41,3 +43,4 @@ services:
|
||||
|
||||
volumes:
|
||||
mongodb_data_volume:
|
||||
jeopardyserver_data_volume:
|
||||
|
||||
Reference in New Issue
Block a user