Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Merge branch 'pianista215-feature/docker_marathon_support'
Browse files Browse the repository at this point in the history
  • Loading branch information
mafernandez-stratio committed Sep 9, 2016
2 parents 275e886 + d938f57 commit d51e8f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ else
HOST_ROUTE=${HOST}:${PORT_13420}
sed -i "s|#crossdata-server.akka.remote.netty.tcp.hostname.*|crossdata-server.akka.remote.netty.tcp.hostname = \"${HOST}\"|" /etc/sds/crossdata/server/server-application.conf
sed -i "s|#crossdata-server.akka.remote.netty.tcp.port.*|crossdata-server.akka.remote.netty.tcp.port = \"${PORT_13420}\"|" /etc/sds/crossdata/server/server-application.conf
sed -i "s|#crossdata-server.akka.cluster.seed-nodes =.*|crossdata-server.akka.cluster.seed-nodes = [\"akka.tcp:\/\/CrossdataServerCluster@${HOST_ROUTE}\"]|" /etc/sds/crossdata/server/server-application.conf

#Bind address for local
sed -i "s|#crossdata-server.akka.remote.netty.tcp.bind-hostname.*|crossdata-server.akka.remote.netty.tcp.bind-hostname = \"${DOCKER_HOST}\"|" /etc/sds/crossdata/server/server-application.conf
Expand Down

0 comments on commit d51e8f0

Please sign in to comment.