Skip to content

Commit 298ed50

Browse files
committed
test(drivers): add more tests to mongo driver
1 parent 46e2407 commit 298ed50

File tree

11 files changed

+612
-225
lines changed

11 files changed

+612
-225
lines changed

docker-compose.yml

-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
version: "3"
22

33
services:
4-
mongo:
5-
container_name: athenna_mongo
6-
image: mongo
7-
ports:
8-
- "27018:27017"
9-
environment:
10-
MONGO_INITDB_ROOT_USERNAME: root
11-
MONGO_INITDB_ROOT_PASSWORD: 12345
12-
134
mysql:
145
container_name: athenna_mysql
156
image: mysql

0 commit comments

Comments
 (0)