Skip to content
Snippets Groups Projects

added mongodb with docker image and integration in nest server

Merged GUVEN Kemal requested to merge mongo-integration into master
9 files
+ 24
48
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 7
0
 
services:
 
mongo:
 
image: mongo
 
container_name: mongo
 
ports:
 
- 27017:27017
 
restart: always
Loading