dddg / docker-compose.yml
dragg2's picture
Upload 11 files
d7dcc9b verified
raw
history blame contribute delete
259 Bytes
version: '3.8'
services:
ddg-chat-go:
container_name: ddg-chat-go
image: lmyself/ddg-chat-go:latest
ports:
- "8787:8787"
environment:
API_PREFIX: "/"
MAX_RETRY_COUNT: 3
RETRY_DELAY: 5000
restart: unless-stopped