zai2api / docker-compose.yml
xiaoyi7894's picture
Deploy zai2api to Hugging Face Space
b65f9e0
raw
history blame contribute delete
377 Bytes
services:
zai2api:
image: ${ZAI2API_IMAGE:-ghcr.io/orbitoo/zai2api:latest}
pull_policy: always
restart: unless-stopped
env_file:
- .env
environment:
HOST: 0.0.0.0
PORT: 8000
ports:
- "${BIND_HOST:-127.0.0.1}:${HOST_PORT:-8000}:8000"
volumes:
- type: bind
source: ${DATA_DIR:-./data}
target: /app/data