Add standalone deployment tools for CrewAI workflows (fixes #2438)

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-03-21 19:31:00 +00:00
parent bb3829a9ed
commit c98e29d679
18 changed files with 781 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version: '3'
services:
crewai:
build: .
image: crewai-{{name}}
container_name: crewai-{{name}}
ports:
- "{{port}}:{{port}}"
volumes:
- .:/app
environment:
- PORT={{port}}
restart: unless-stopped