Unverified Commit 3fcebd49 authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #1311 from KoRiGaN/master

Give minio access to backend
parents 86eccdb9 63c69231
...@@ -198,7 +198,8 @@ services: ...@@ -198,7 +198,8 @@ services:
minio: minio:
build: ./minio build: ./minio
volumes: volumes:
- minio:/export - ${DATA_SAVE_PATH}/minio/data:/export
- ${DATA_SAVE_PATH}/minio/config:/root/.minio
ports: ports:
- "${MINIO_PORT}:9000" - "${MINIO_PORT}:9000"
environment: environment:
...@@ -206,6 +207,7 @@ services: ...@@ -206,6 +207,7 @@ services:
- MINIO_SECRET_KEY=secretkey - MINIO_SECRET_KEY=secretkey
networks: networks:
- frontend - frontend
- backend
### MySQL Container ######################################### ### 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