flow2api / docker-compose.yml
netlops's picture
feat: add auto-detection for headless environments and auto-switch captcha modes
c21f770
raw
history blame
306 Bytes
version: '3.8'
services:
flow2api:
image: thesmallhancat/flow2api:latest
container_name: flow2api
ports:
- "38000:8000"
volumes:
- ./data:/app/data
- ./config/setting.toml:/app/config/setting.toml
environment:
- PYTHONUNBUFFERED=1
restart: unless-stopped