Compare commits

..

No commits in common. "338c206337fe5062278a03b2ff006aedfa83267e" and "9cdbfa177d781a4366b4d89f6d607d4c7980ede1" have entirely different histories.

1
run.sh
View File

@ -2,7 +2,6 @@ docker login -u mathwave -p $DOCKERHUB_PASSWORD
docker network create -d overlay --attachable swarmpit-nginx || true docker network create -d overlay --attachable swarmpit-nginx || true
docker network create -d overlay --attachable common-infra-nginx || true docker network create -d overlay --attachable common-infra-nginx || true
docker network create -d overlay --attachable queues || true docker network create -d overlay --attachable queues || true
docker network create -d overlay --attachable configurator || true
mkdir /sprint-data/mongo || true mkdir /sprint-data/mongo || true
mkdir /sprint-data/redis || true mkdir /sprint-data/redis || true
mkdir /sprint-data/rabbitmq || true mkdir /sprint-data/rabbitmq || true