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
|
- name: Create minio network
|
||||||
become: true
|
become: true
|
||||||
community.docker.docker_network:
|
community.docker.docker_network:
|
||||||
|
@ -17,10 +13,7 @@
|
||||||
- name: minio
|
- name: minio
|
||||||
- name: haproxy
|
- name: haproxy
|
||||||
volumes:
|
volumes:
|
||||||
- minio:/data
|
- /mnt/hdd/minio:/data
|
||||||
ports:
|
|
||||||
- 127.0.0.1:3003:9001
|
|
||||||
- 127.0.0.1:9000:9000
|
|
||||||
env:
|
env:
|
||||||
MINIO_ROOT_USER: "{{ minio_root_user }}"
|
MINIO_ROOT_USER: "{{ minio_root_user }}"
|
||||||
MINIO_ROOT_PASSWORD: "{{ minio_root_password }}"
|
MINIO_ROOT_PASSWORD: "{{ minio_root_password }}"
|
||||||
|
|
Loading…
Reference in a new issue