Compare commits

..

No commits in common. "010964c0ebee13c400e99765062912c4e7ac0547" and "052d3d30242ae0e60e035a758d051d93a5aad27c" have entirely different histories.

View File

@ -5,7 +5,6 @@ docker network create -d overlay --attachable common-infra-nginx-development ||
docker network create -d overlay --attachable queues || true docker network create -d overlay --attachable queues || true
docker network create -d overlay --attachable queues-development || true docker network create -d overlay --attachable queues-development || true
docker network create -d overlay --attachable configurator || true docker network create -d overlay --attachable configurator || true
docker network create -d overlay --attachable configurator-development || 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