EddyGiusepe's picture
feat: my structure for Agent AI
6fb4ca0
raw
history blame contribute delete
341 Bytes
services:
agent-api:
container_name: structuring_ideas_agent
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
env_file:
- .env
networks:
- structuring_ideas_agent-network
volumes:
data:
networks:
structuring_ideas_agent-network:
name: structuring_ideas_agent-network