Add compose for test-db
Go Test / test (push) Successful in 1m11s Details

This commit is contained in:
Fred Boniface 2024-06-30 08:56:56 +01:00
parent cd0f5c7003
commit 7e55f2b635
1 changed files with 10 additions and 0 deletions

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: