fix: Merge duplicate deploy keys in docker-compose and update registry URL
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m3s

This commit is contained in:
Cauê Faleiros
2026-02-03 16:05:38 -03:00
parent 37be5e88c3
commit 9c45249cbd

View File

@@ -8,12 +8,7 @@ services:
# ===== KRAYIN CRM ===== # ===== KRAYIN CRM =====
crm: crm:
image: ghcr.io/blyzer/growup-crm:latest image: gitea.blyzer.com.br/blyzer/growup-crm:latest
deploy:
update_config:
order: start-first
failure_action: rollback
delay: 10s
ports: ports:
- "8090:80" # Ajuste a porta externa conforme necessário - "8090:80" # Ajuste a porta externa conforme necessário
volumes: volumes:
@@ -39,6 +34,10 @@ services:
deploy: deploy:
mode: replicated mode: replicated
replicas: 1 replicas: 1
update_config:
order: start-first
failure_action: rollback
delay: 10s
placement: placement:
constraints: constraints:
- node.role == manager - node.role == manager