Skip to content

Commit

Permalink
Added bind data volume to report service
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Tundo <alessandrotundo94@gmail.com>
  • Loading branch information
aletundo committed Jul 14, 2018
1 parent b9962de commit 3dabcbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ services:
networks:
- shared-mongodb-net
- backend-net
volumes:
- type: bind
source: ./reports-service/data
target: /data
notifications-service:
build:
context: notifications-service/
Expand Down

0 comments on commit 3dabcbb

Please sign in to comment.