Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
1ab45651
authored
May 10, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs
parent
16f2ad76
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/deploy/docker.md
+1
-1
docs/deploy/fastgpt/docker-compose.yml
+2
-2
No files found.
docs/deploy/docker.md
View file @
1ab45651
...
@@ -187,7 +187,7 @@ services:
...
@@ -187,7 +187,7 @@ services:
-
TOKEN_KEY=xxxx
-
TOKEN_KEY=xxxx
# 和上方mongo镜像的username,password对应
# 和上方mongo镜像的username,password对应
-
MONGODB_URI=mongodb://username:password@0.0.0.0:27017/?authSource=admin
-
MONGODB_URI=mongodb://username:password@0.0.0.0:27017/?authSource=admin
-
MONGODB_NAME=
xxx
-
MONGODB_NAME=
fastgpt
-
PG_HOST=0.0.0.0
-
PG_HOST=0.0.0.0
-
PG_PORT=8100
-
PG_PORT=8100
# 和上方PG镜像对应.
# 和上方PG镜像对应.
...
...
docs/deploy/fastgpt/docker-compose.yml
View file @
1ab45651
...
@@ -56,8 +56,8 @@ services:
...
@@ -56,8 +56,8 @@ services:
# token加密凭证(随便填,作为登录凭证)
# token加密凭证(随便填,作为登录凭证)
-
TOKEN_KEY=xxxx
-
TOKEN_KEY=xxxx
# 和上方mongo镜像的username,password对应
# 和上方mongo镜像的username,password对应
-
MONGODB_URI=mongodb://username:pass
s
word@0.0.0.0:27017/?authSource=admin
-
MONGODB_URI=mongodb://username:password@0.0.0.0:27017/?authSource=admin
-
MONGODB_NAME=
xxx
-
MONGODB_NAME=
fastgpt
-
PG_HOST=0.0.0.0
-
PG_HOST=0.0.0.0
-
PG_PORT=8100
-
PG_PORT=8100
# 和上方PG镜像对应.
# 和上方PG镜像对应.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment