add network #17

Merged
emmatveev merged 1 commits from master into prod 2024-11-22 21:46:19 +03:00
Showing only changes of commit 4be5955d6b - Show all commits

1
run.sh
View File

@ -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 common-infra-nginx || 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/redis || true
mkdir /sprint-data/rabbitmq || true