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