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