master #31

Merged
emmatveev merged 3 commits from master into prod 2024-11-23 22:21:47 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 63ea8ffed0 - Show all commits

View File

@ -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

View File

@ -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