From 3e4c4eafdda3e0775858d78d16139d291b36f7a1 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 19 Aug 2022 00:43:20 +0300 Subject: [PATCH] ports --- .deploy/deploy-dev.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.deploy/deploy-dev.yaml b/.deploy/deploy-dev.yaml index de18329..a65d51e 100644 --- a/.deploy/deploy-dev.yaml +++ b/.deploy/deploy-dev.yaml @@ -78,10 +78,9 @@ services: order: start-first minio: - image: minio/minio + image: bitnami/minio volumes: - - /sprint-data/minio:/data - command: server + - minio_data:/data environment: MINIO_ROOT_USER: minioadmin MINIO_ROOT_PASSWORD: $MINIO_PASSWORD_DEV @@ -96,4 +95,8 @@ services: condition: any update_config: parallelism: 1 - order: start-first \ No newline at end of file + order: start-first + +volumes: + minio_data: + driver: local \ No newline at end of file