Add console port and fix environments for minio
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user