MAYBE / docker-compose.local.yml
JXJBing's picture
我也不知道呢
f44c021 verified
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