mirror of
https://github.com/missuo/FreeGPT35.git
synced 2025-10-14 14:30:39 +00:00
docs: add next web
This commit is contained in:
18
compose_with_next_chat.yaml
Normal file
18
compose_with_next_chat.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
chatgpt-next-web:
|
||||
image: yidadaa/chatgpt-next-web
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
OPENAI_API_KEY: "gptyyds"
|
||||
CODE: "HelloGPT" # 如果你想要设置页面的访问密码,请修改这里
|
||||
BASE_URL: "http://freegpt35:3040"
|
||||
CUSTOM_MODELS: "-all,+gpt-3.5-turbo"
|
||||
depends_on:
|
||||
- freegpt35
|
||||
|
||||
freegpt35:
|
||||
image: missuo/freegpt35:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "3040:3040"
|
Reference in New Issue
Block a user