mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-29 08:16:12 +08:00
78c4bd22b4
* chore:Add the whitelist of webdev endpoints to data.yml and Docker Compose.yml to allow webdav synchronization * fix:添加更新脚本,添加WHITE_WEBDEV_ENDPOINTS参数
22 lines
507 B
YAML
22 lines
507 B
YAML
services:
|
|
chatgpt-next-web:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
|
environment:
|
|
- "OPENAI_API_KEY=${API_KEY}"
|
|
- "CODE=${SECRET_KEY}"
|
|
- "PROXY_URL=${PROXY}"
|
|
- "BASE_URL=${API_BASE_URL}"
|
|
- "WHITE_WEBDEV_ENDPOINTS=${WHITE_WEBDEV_ENDPOINTS}"
|
|
image: yidadaa/chatgpt-next-web:v2.12.3
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|