Skip to content

Commit

Permalink
Add docker-compose (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
edudepetris authored Dec 20, 2020
1 parent 280020a commit dc26ff0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3.7'
services:
mongodb_container:
image: mongo:latest
ports:
- 27017:27017
volumes:
- mongodb_data_container:/eldolar

volumes:
mongodb_data_container:

0 comments on commit dc26ff0

Please sign in to comment.