mirror of
https://github.com/woodchen-ink/Oapi-Feishu.git
synced 2025-07-18 05:42:08 +08:00
15 lines
332 B
YAML
15 lines
332 B
YAML
version: '3.3'
|
|
services:
|
|
oapi-feishu:
|
|
image: woodchen/oapi-feishu
|
|
ports:
|
|
- 1008:8080
|
|
environment:
|
|
OPENAI_API_KEY: ${OPENAI_API_KEY}
|
|
APP_ID: ${APP_ID}
|
|
APP_SECRET: ${APP_SECRET}
|
|
CHATGPT_LANGUAGE: ZH_CN
|
|
OFFLINE_MESSAGE: GPT已离线
|
|
volumes:
|
|
- ./entrypoint.sh:/entrypoint.sh
|