Skip to content

Commit 54354a3

Browse files
committed
[Examples] Add MongoDB to compose.yaml
1 parent ec7ef98 commit 54354a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/compose.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ services:
3434
ports:
3535
- '7700:7700'
3636

37+
mongodb:
38+
image: mongodb/mongodb-atlas-local
39+
environment:
40+
MONGODB_INITDB_ROOT_USERNAME: symfony
41+
MONGODB_INITDB_ROOT_PASSWORD: symfony
42+
ports:
43+
- '27018:27017'
44+
3745
# Milvus services
3846
etcd:
3947
container_name: milvus-etcd

0 commit comments

Comments
 (0)