feat(*):增加了一些模型
This commit is contained in:
1
dbgpt/.env
Normal file
1
dbgpt/.env
Normal file
@@ -0,0 +1 @@
|
||||
# VARIABLE=value #comment
|
||||
23
dbgpt/compose.yaml
Normal file
23
dbgpt/compose.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
dbgpt:
|
||||
image: docker.citory.tech/mirror/eosphorosai/dbgpt-openai:latest
|
||||
container_name: dbgpt
|
||||
environment:
|
||||
- SILICONFLOW_API_KEY=sk-tlsrjadpcrvebqdmptabfrxznnuiimsawowtpnzbokpanfcx
|
||||
volumes:
|
||||
- dbgpt-data:/app/pilot/data
|
||||
- dbgpt-message:/app/pilot/message
|
||||
ports:
|
||||
- 10506:5670/tcp
|
||||
# webserver may be failed, it must wait all sqls in /docker-entrypoint-initdb.d execute finish.
|
||||
restart: unless-stopped
|
||||
ipc: host
|
||||
tty: true
|
||||
stdin_open: true
|
||||
volumes:
|
||||
dbgpt-data:
|
||||
dbgpt-message:
|
||||
x-dockge:
|
||||
urls:
|
||||
- http://local.citory.tech:10506
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user