mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 18:46:17 +00:00
Update mint.yml
This commit is contained in:
@@ -44,14 +44,22 @@ jobs:
|
|||||||
|
|
||||||
- name: run this rustfs server
|
- name: run this rustfs server
|
||||||
run: |
|
run: |
|
||||||
# RUSTFS_ROOT_USER=rustfsadmin
|
mkdir -p /data/rustfs
|
||||||
# RUSTFS_ROOT_PASSWORD=rustfsadmin
|
nohub ./target/release/rustfs \
|
||||||
RUSTFS_VOLUMES="/data/rustfs"
|
--address 0.0.0.0:9000 \
|
||||||
RUSTFS_OPTS="--address 0.0.0.0:9001"
|
--access-key rustfsadmin \
|
||||||
mkdir ${RUSTFS_VOLUMES}
|
--secret-key rustfsadmin \
|
||||||
nohub ./target/release/rustfs ${RUSTFS_OPTS} ${RUSTFS_VOLUMES} &
|
--domain-name localhost:9000 \
|
||||||
|
/data/rustfs &
|
||||||
|
|
||||||
- name: run mint test task
|
- name: run mint test task
|
||||||
run: |
|
run: |
|
||||||
docker run -e SERVER_ENDPOINT=localhost:9001 minio/mint
|
docker run -itd -e SERVER_ENDPOINT=localhost:9000 \
|
||||||
|
-e ACCESS_KEY=rustfsadmin \
|
||||||
|
-e SECRET_KEY=rustfsadmin \
|
||||||
|
-e ENABLE_HTTPS=1 \
|
||||||
|
-v /tmp/logs:/mint/log \
|
||||||
|
minio/mint
|
||||||
|
ls -l /tmp/logs
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user