rabbit_volumes

This commit is contained in:
Administrator
2022-12-12 18:04:49 +03:00
parent 958d0911b9
commit b4e8c399cc
3 changed files with 6 additions and 0 deletions

View File

@@ -10,7 +10,9 @@ stages:
- docker network create -d overlay --attachable common-infra-nginx || true
- mkdir /sprint-data/mongo || true
- mkdir /sprint-data/redis || true
- mkdir /sprint-data/rabbitmq || true
- chmod 777 /sprint-data/redis
- chmod 777 /sprint-data/rabbitmq
build:
stage: build