You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Armazenamento e busca de dados exportados pelo Zeebe
PostgreSQL
postgres
Banco de dados do Keycloak, Identity e Web Modeler
Mailpit
axllent/mailpit
Servidor SMTP fake para desenvolvimento
NGINX
nginx:alpine
Proxy reverso (*.localhost → containers)
Comandos
# Subir a stack
docker compose up -d
# Verificar status
docker compose ps
# Ver logs de um serviço
docker compose logs -f operate
# Derrubar a stack
docker compose down
# Derrubar e limpar volumes
docker compose down -v
About
This is the official docker-compose for localhost camunda 8 with nginx as reverse-proxy at port 80.