update: super-admin page
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user