update: super-admin page

This commit is contained in:
Cauê Faleiros
2026-02-03 11:32:40 -03:00
parent e9333c8341
commit c93a0af3d7
7 changed files with 57 additions and 29 deletions

View File

@@ -5,10 +5,15 @@ version: "3.7"
##########################################################
services:
# ===== KRAYIN CRM =====
krayin:
image: growup:latest # Sua imagem customizada
crm:
image: ghcr.io/blyzer/growup-crm:latest
deploy:
update_config:
order: start-first
failure_action: rollback
delay: 10s
ports:
- "8090:80" # Ajuste a porta externa conforme necessário
volumes:
@@ -73,7 +78,7 @@ services:
# ===== REDIS =====
redis:
image: redis:latest
command:
command:
[
"redis-server",
"--appendonly",