timetable-extension #1

Merged
fred.boniface merged 165 commits from timetable-extension into main 2025-06-18 21:06:04 +01:00
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: