2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 11:17:16 +08:00
Files
templates/lobe-chat/docker-compose.yml
renovate[bot] 11d251fe46 chore(deps): update docker images (minor/patch/digest) (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-25 08:34:32 +00:00

23 lines
579 B
YAML

services:
lobe-chat:
image: lobehub/lobe-chat:1.143.3
restart: unless-stopped
networks:
- acepanel-network
ports:
- "${LOBE_CHAT_PORT_HTTP}:3210"
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPENAI_PROXY_URL}
- ACCESS_CODE=${ACCESS_CODE}
- OPENAI_MODEL_LIST=${OPENAI_MODEL_LIST}
healthcheck:
test: ["CMD-SHELL", "curl -fsSL http://localhost:3210 || exit 1"]
interval: 30s
timeout: 10s
retries: 3
start_period: 30s
networks:
acepanel-network:
external: true