Added a RessourceManager for uploading files

This commit is contained in:
2025-12-22 13:03:32 +01:00
parent 25037f4798
commit 7349624da9
3 changed files with 80 additions and 4 deletions

View File

@@ -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: