Skip to content

Commit

Permalink
Merge pull request StackStorm#88 from shusugmt/feat/make-all-volume-e…
Browse files Browse the repository at this point in the history
…xplicit

Make all volume explicit and clearer
  • Loading branch information
shusugmt authored Dec 17, 2017
2 parents 5c33e13 + d2efe33 commit 867b268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
- private
volumes:
- mongo-volume:/data/db
- mongo-configdb-volume:/data/configdb
dns_search: .
rabbitmq:
image: rabbitmq:management
Expand Down Expand Up @@ -78,6 +79,7 @@ services:

volumes:
mongo-volume:
mongo-configdb-volume:
postgres-volume:
rabbitmq-volume:
redis-volume:
Expand Down
2 changes: 2 additions & 0 deletions runtime/compose-1ppc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ services:
- private
volumes:
- mongo-volume:/data/db
- mongo-configdb-volume:/data/configdb
dns_search: .
rabbitmq:
image: rabbitmq:management
Expand Down Expand Up @@ -137,6 +138,7 @@ services:

volumes:
mongo-volume:
mongo-configdb-volume:
postgres-volume:
rabbitmq-volume:
redis-volume:
Expand Down

0 comments on commit 867b268

Please sign in to comment.