fix
This commit is contained in:
parent
5c644cdc35
commit
63ea8ffed0
@ -1,6 +1,4 @@
|
||||
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/redis || true
|
||||
mkdir /sprint-data/rabbitmq || true
|
||||
|
@ -1,7 +1,9 @@
|
||||
docker login -u mathwave -p $DOCKERHUB_PASSWORD
|
||||
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-development || 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
|
||||
mkdir /sprint-data/mongo || true
|
||||
mkdir /sprint-data/redis || true
|
||||
|
Loading…
Reference in New Issue
Block a user