Skip to content

Commit 787270f

Browse files
Merge pull request #159 from code-kern-ai/hotfix-minio
fix: minio use ssl
2 parents 0237a08 + 0c6e358 commit 787270f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

start

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ docker run -d --rm \
6363
-e S3_ENDPOINT_LOCAL=object-storage:9000 \
6464
-e S3_ACCESS_KEY=kern \
6565
-e S3_SECRET_KEY=r6ywtR33!DMlaL*SUUdy \
66+
-e S3_USE_SSL=0 \
6667
-e POSTGRES=postgresql://postgres:kern@graphql-postgres:5432 \
6768
-e MODEL_PROVIDER=http://refinery-model-provider:80 \
6869
-e WS_NOTIFY_ENDPOINT="http://refinery-websocket:8080" \

submodules/s3

0 commit comments

Comments
 (0)