Update test-db compose
Go Test / test (push) Successful in 34s Details

This commit is contained in:
Fred Boniface 2024-06-30 09:25:34 +01:00
parent e0e6c63f19
commit a153fd4990
1 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,10 @@ services:
ports:
- '27017:27017'
volumes:
- dbdata:/data/db
- dbdata7:/data/db
environment:
- MONGO_INITDB_ROOT_USERNAME=owl
- MONGO_INITDB_ROOT_PASSWORD=twittwoo
restart: unless-stopped
volumes:
dbdata6:
dbdata7: