Commit e191ea49 by Finley Ge Committed by GitHub

fix: dev deploy yaml (#6026)

parent 670c3ca3
......@@ -162,7 +162,7 @@ services:
- fastgpt
environment:
- AUTH_TOKEN=token
- S3_ENDPOINT=http://127.0.0.1:9000 # TODO: 改为你 Minio 的实际的 ip 地址
- S3_EXTERNAL_BASE_URL=http://127.0.0.1:9000 # TODO: 改为你 Minio 的实际的 ip 地址
- S3_ENDPOINT=fastgpt-minio
- S3_PORT=9000
- S3_USE_SSL=false
......
......@@ -162,7 +162,7 @@ services:
- fastgpt
environment:
- AUTH_TOKEN=token
- S3_ENDPOINT=http://127.0.0.1:9000 # TODO: 改为你 Minio 的实际的 ip 地址
- S3_EXTERNAL_BASE_URL=http://127.0.0.1:9000 # TODO: 改为你 Minio 的实际的 ip 地址
- S3_ENDPOINT=fastgpt-minio
- S3_PORT=9000
- S3_USE_SSL=false
......
......@@ -162,7 +162,7 @@ services:
- fastgpt
environment:
- AUTH_TOKEN=token
- S3_ENDPOINT=http://127.0.0.1:9000 # TODO: 改为你 Minio 的实际的 ip 地址
- S3_EXTERNAL_BASE_URL=http://127.0.0.1:9000 # TODO: 改为你 Minio 的实际的 ip 地址
- S3_ENDPOINT=fastgpt-minio
- S3_PORT=9000
- S3_USE_SSL=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment