fix: dev deploy yaml (#6026)

This commit is contained in:
Finley Ge 2025-12-03 12:48:20 +08:00 committed by GitHub
parent 670c3ca3b0
commit e191ea4915
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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