Compare commits

..

No commits in common. "2a19abe3bf59ed05f3615b34f27d8495baa56b59" and "d7cfb08e5744ded3d703ac2bf3027932fdccf4f3" 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