3a32429a5f
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
12 lines
199 B
YAML
12 lines
199 B
YAML
services:
|
|
app:
|
|
build: .
|
|
image: ft-app
|
|
container_name: app
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./data:/app/data
|
|
- ../日报:/app/output
|
|
restart: unless-stopped
|