Skip to content

Commit 70b23b9

Browse files
author
izoldik
committed
add mongo docker
1 parent 698e952 commit 70b23b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ services:
1616
retries: 5
1717
networks:
1818
- backend-services
19+
mongo:
20+
image: mongo:7.0
21+
container_name: mongo
22+
ports:
23+
- "27017:27017"
24+
networks:
25+
- backend-services
26+
1927
info_server:
2028
build:
2129
context: .

0 commit comments

Comments
 (0)