timetable-mgr/test-db.compose.yaml
Fred Boniface 7e55f2b635
All checks were successful
Go Test / test (push) Successful in 1m11s
Add compose for test-db
2024-06-30 08:56:56 +01:00

10 lines
144 B
YAML

version: '3.8'
services:
mongodb:
image: mongo:7
ports:
- '27017:27017'
volumes:
- dbdata:/data/db
volumes:
dbdata6: