Merge pull request 'add network' (#17) from master into prod
Reviewed-on: #17
This commit is contained in:
commit
338c206337
1
run.sh
1
run.sh
@ -2,6 +2,7 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user