Compare commits
No commits in common. "3ebead084f13b5c3120467cdfd123da471624ef2" and "674fb16aea7b1f6f0c6cf202e21e649fa5b4e12a" have entirely different histories.
3ebead084f
...
674fb16aea
@ -1,4 +1,6 @@
|
|||||||
docker login -u mathwave -p $DOCKERHUB_PASSWORD
|
docker login -u mathwave -p $DOCKERHUB_PASSWORD
|
||||||
|
docker network create -d overlay --attachable common-infra-nginx-development || true
|
||||||
|
docker network create -d overlay --attachable queues-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
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
docker login -u mathwave -p $DOCKERHUB_PASSWORD
|
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 common-infra-nginx-development || true
|
|
||||||
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 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
|
||||||
|
Loading…
Reference in New Issue
Block a user