fix(docker): expoe porta 5001 para o Kernel

Adiciona porta 5001 no serviço app para permitir
acesso ao Kernel Arcadia (Service Registry).

Refs: kernel, registry, docker
This commit is contained in:
Jonas Pacheco 2026-04-08 11:24:32 -03:00
parent 202101f0e0
commit 14e440cc1f
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ services:
COOLIFY_API_TOKEN: "${COOLIFY_API_TOKEN:-}" COOLIFY_API_TOKEN: "${COOLIFY_API_TOKEN:-}"
ports: ports:
- "5000:5000" - "5000:5000"
- "5001:5001" # Kernel Arcadia (Service Discovery)
volumes: volumes:
- .:/app - .:/app
- /app/node_modules - /app/node_modules