system-prompts-and-models-o.../unified_docker-compose.yml
Cursor Agent c4d0c36c1f Checkpoint before follow-up message
Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com>
2025-08-06 03:18:26 +00:00

22 lines
521 B
YAML

version: '3.8'
services:
unified-workflows:
build:
context: .
dockerfile: unified_Dockerfile
container_name: unified-n8n-workflows
ports:
- "8080:8080"
volumes:
- ./static:/app/static
- ./unified_workflows.db:/app/unified_workflows.db
environment:
- PYTHONUNBUFFERED=1
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/api/stats"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s