Skip to content

Commit c6ff2ab

Browse files
fix: minio use ssl (#101)
* Azure VM Updates * fix: minio use ssl
1 parent 196c169 commit c6ff2ab

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
@@ -49,6 +49,7 @@ docker run -d --rm \
4949
-e S3_ENDPOINT_LOCAL=object-storage:9000 \
5050
-e S3_ACCESS_KEY=kern \
5151
-e S3_SECRET_KEY=r6ywtR33!DMlaL*SUUdy \
52+
-e S3_USE_SSL=0 \
5253
-e WS_NOTIFY_ENDPOINT=http://refinery-websocket:8080 \
5354
-e POSTGRES=postgresql://postgres:kern@graphql-postgres:5432 \
5455
-v "$INFERENCE_DIR":/inference \

submodules/s3

0 commit comments

Comments
 (0)