diff --git a/test-db.compose.yaml b/test-db.compose.yaml new file mode 100644 index 0000000..c95a1fc --- /dev/null +++ b/test-db.compose.yaml @@ -0,0 +1,10 @@ +version: '3.8' +services: + mongodb: + image: mongo:7 + ports: + - '27017:27017' + volumes: + - dbdata:/data/db +volumes: + dbdata6: \ No newline at end of file