Commit 63c69231 authored by KoRiGaN's avatar KoRiGaN

Give minio access to backend

Add volume to persist minio configuration
Modify minio data volume to use the standard DATA_SAVE_PATH
parent 4730ed1b
......@@ -198,7 +198,8 @@ services:
minio:
build: ./minio
volumes:
- minio:/export
- ${DATA_SAVE_PATH}/minio/data:/export
- ${DATA_SAVE_PATH}/minio/config:/root/.minio
ports:
- "${MINIO_PORT}:9000"
environment:
......@@ -206,6 +207,7 @@ services:
- MINIO_SECRET_KEY=secretkey
networks:
- frontend
- backend
### MySQL Container #########################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment