Merge pull request 'fix' (#32) from master into prod

Reviewed-on: #32
This commit is contained in:
emmatveev 2024-11-24 11:03:30 +03:00
commit 010964c0eb

View File

@ -5,6 +5,7 @@ docker network create -d overlay --attachable common-infra-nginx-development ||
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-development || true
mkdir /sprint-data/mongo || true
mkdir /sprint-data/redis || true
mkdir /sprint-data/rabbitmq || true