|
@@ -468,9 +468,10 @@ services:
|
|
|
- ${DATA_PATH_HOST}/minio/config:/root/.minio
|
|
|
ports:
|
|
|
- "${MINIO_PORT}:9000"
|
|
|
+ - "${MINIO_CONSOLE_PORT}:9001"
|
|
|
environment:
|
|
|
- - MINIO_ACCESS_KEY=access
|
|
|
- - MINIO_SECRET_KEY=secretkey
|
|
|
+ - MINIO_ROOT_USER=access
|
|
|
+ - MINIO_ROOT_PASSWORD=secretkey
|
|
|
networks:
|
|
|
- frontend
|
|
|
- backend
|
|
@@ -2003,4 +2004,4 @@ services:
|
|
|
ports:
|
|
|
- ${TARANTOOL_ADMIN_PORT}:80
|
|
|
networks:
|
|
|
- - backend
|
|
|
+ - backend
|