Skip to content

Commit

Permalink
use external docker network for development database
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergesundheit committed Jan 23, 2018
1 parent 8f8d45d commit 93f560c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ services:
- "27017:27017"
volumes:
- mongo-data:/data/db
networks:
- api-db-network

volumes:
mongo-data:
networks:
api-db-network:
external: true

0 comments on commit 93f560c

Please sign in to comment.