This commit is contained in:
archer
2023-05-13 00:30:30 +08:00
parent 9a0c92629b
commit 4ec02c654b
7 changed files with 20 additions and 21 deletions

View File

@@ -30,11 +30,11 @@ services:
- /root/fastgpt/mongo/data:/data/db
- /root/fastgpt/mongo/logs:/var/log/mongodb
- /etc/localtime:/etc/localtime:ro
fast-gpt:
image: c121914yu/fast-gpt:latest
fastgpt:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:latest
network_mode: host
restart: always
container_name: fast-gpt
container_name: fastgpt
environment:
# proxy可选
- AXIOS_PROXY_HOST=127.0.0.1
@@ -78,4 +78,3 @@ services:
# https证书没有的话不填对应的nginx.conf也要修改
- /root/fastgpt/nginx/ssl/docgpt.key:/ssl/docgpt.key
- /root/fastgpt/nginx/ssl/docgpt.pem:/ssl/docgpt.pem