appstore-1panel/apps/chatgpt-next-web/2.12.3/docker-compose.yml
Anye 78c4bd22b4
chore:Add the whitelist of webdev endpoints to data.yml and Docker Co… (#1513)
* chore:Add the whitelist of webdev endpoints to data.yml and Docker Compose.yml to allow webdav synchronization

* fix:添加更新脚本,添加WHITE_WEBDEV_ENDPOINTS参数
2024-06-01 22:42:15 +08:00

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