Move s3 storage to hdd

This commit is contained in:
Ivan R. 2024-10-16 00:04:04 +05:00
parent 3aa8bfb259
commit 0ec93521a9
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -1,8 +1,4 @@
---
- name: Create minio volume
become: true
community.docker.docker_volume:
name: minio
- name: Create minio network
become: true
community.docker.docker_network:
@ -17,10 +13,7 @@
- name: minio
- name: haproxy
volumes:
- minio:/data
ports:
- 127.0.0.1:3003:9001
- 127.0.0.1:9000:9000
- /mnt/hdd/minio:/data
env:
MINIO_ROOT_USER: "{{ minio_root_user }}"
MINIO_ROOT_PASSWORD: "{{ minio_root_password }}"