mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-09 22:32:48 +02:00
test: minio to devenv, improved testing s3 and relationships
This commit is contained in:
+14
@@ -30,6 +30,20 @@
|
||||
|
||||
env = {
|
||||
ORT_DYLIB_PATH = "${pkgs.onnxruntime}/lib/libonnxruntime.so";
|
||||
S3_ENDPOINT = "http://127.0.0.1:19000";
|
||||
S3_BUCKET = "minne-tests";
|
||||
MINNE_TEST_S3_ENDPOINT = "http://127.0.0.1:19000";
|
||||
MINNE_TEST_S3_BUCKET = "minne-tests";
|
||||
};
|
||||
|
||||
services.minio = {
|
||||
enable = true;
|
||||
listenAddress = "127.0.0.1:19000";
|
||||
consoleAddress = "127.0.0.1:19001";
|
||||
buckets = ["minne-tests"];
|
||||
accessKey = "minioadmin";
|
||||
secretKey = "minioadmin";
|
||||
region = "us-east-1";
|
||||
};
|
||||
|
||||
processes = {
|
||||
|
||||
Reference in New Issue
Block a user