Move s3 storage to hdd
This commit is contained in:
parent
3aa8bfb259
commit
0ec93521a9
1 changed files with 1 additions and 8 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue