timetable-extension #1

Open
fred.boniface wants to merge 144 commits from timetable-extension into main
1 changed files with 10 additions and 0 deletions
Showing only changes of commit 7e55f2b635 - Show all commits

10
test-db.compose.yaml Normal file
View File

@ -0,0 +1,10 @@
version: '3.8'
services:
mongodb:
image: mongo:7
ports:
- '27017:27017'
volumes:
- dbdata:/data/db
volumes:
dbdata6: