[新服务] chatgpt-feishu 飞书机器人
date
Mar 26, 2023
slug
newservice-chatgpt-feishu
status
Published
summary
新服务-docker-feishu chatgpt
tags
service
type
Post
Summarygit clone https://github.com/Leizhenpeng/feishu-chatgptdocker-compose + nginx proxy manager 支持反代直接修改 vi code/config.example.yaml验证
Summary
- ‣
git clone https://github.com/Leizhenpeng/feishu-chatgpt
docker-compose + nginx proxy manager 支持反代
version: '3.3'
services:
feishu-chatgpt:
container_name: feishu-chatgpt
build:
context: .
dockerfile: Dockerfile
#ports:
# - "9000:9000/tcp"
networks:
default:
name: npm_nginx_proxy_manager-network
external: true