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
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m3s
This commit is contained in:
@@ -8,12 +8,7 @@ services:
|
||||
|
||||
# ===== KRAYIN CRM =====
|
||||
crm:
|
||||
image: ghcr.io/blyzer/growup-crm:latest
|
||||
deploy:
|
||||
update_config:
|
||||
order: start-first
|
||||
failure_action: rollback
|
||||
delay: 10s
|
||||
image: gitea.blyzer.com.br/blyzer/growup-crm:latest
|
||||
ports:
|
||||
- "8090:80" # Ajuste a porta externa conforme necessário
|
||||
volumes:
|
||||
@@ -39,6 +34,10 @@ services:
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
update_config:
|
||||
order: start-first
|
||||
failure_action: rollback
|
||||
delay: 10s
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == manager
|
||||
|
||||
Reference in New Issue
Block a user