Skip to content

Commit

Permalink
Update provided Docker Compose Script
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Feb 12, 2018
1 parent 96d8f95 commit 01ce07e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
container_name: crazyivan
ports:
- "5555:5555"
command: -consul-addr=registry:8500 -ip=localhost -port=5555 -log-conf=CrazyIvan/log4cpp.properties -wait=9
command: -consul-addr=registry:8500 -ip=localhost -advertised-host=crazyivan -port=5555 -log-conf=CrazyIvan/log4cpp.properties -wait=9
depends_on:
- "graphdb"
- "cache"
Expand All @@ -57,7 +57,7 @@ services:
container_name: clyman
ports:
- "5556:5556"
command: -consul-addr=registry:8500 -ip=localhost -port=5556 -log-conf=CLyman/log4cpp.properties -wait=9
command: -consul-addr=registry:8500 -ip=localhost -advertised-host=clyman -port=5556 -log-conf=CLyman/log4cpp.properties -wait=9
depends_on:
- "documentdb"
- "cache"
Expand All @@ -72,4 +72,4 @@ services:
depends_on:
- "registry"
environment:
SPRING_APPLICATION_JSON: '{"server":{"port":"5885","ivan":{"retries":"3","timeout":"5000"},"zmq":{"redlist":{"duration":"10"},"greylist":{"duration":"10"},"blacklist":{"duration":"10"}}},"management":{"port":"5885","address":"127.0.0.1"},"spring":{"application":{"name":"Adrestia"},"profiles":{"active":"dev"},"cloud":{"consul":{"host":"registry"}}}}'
SPRING_APPLICATION_JSON: '{"server":{"port":"5885","mongo":{"host":"document-db","port":"27017"},"zmq":{"redlist":{"duration":"10"},"greylist":{"duration":"10"},"blacklist":{"duration":"10"},"retries":"3","timeout":"10000"}},"management":{"port":"5885","address":"127.0.0.1"},"spring":{"application":{"name":"Adrestia"},"profiles":{"active":"dev"},"cloud":{"consul":{"host":"registry","discovery":{"preferIpAddress":false}}},"http":{"multipart":{"max-file-size":"128MB","max-request-size":"128MB"}}}}'

0 comments on commit 01ce07e

Please sign in to comment.