Voltar aos templates
Portal Multi-Agente
R$ 297,00
Template implantável: mas-hub, fastapi, postgresql. Deploy via Docker Compose com healthchecks.
docker-compose.yml
services:
hub:
image: mas2/hub
restart: unless-stopped
api:
image: python:3.12-slim
restart: unless-stopped
postgres:
image: postgres:16
restart: unless-stopped
README
Portal Multi-Agente
- Copie
.env.examplepara.env docker compose up -d- Acesse os serviços nas portas configuradas.