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 =====
|
# ===== 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
|
||||||
|
|||||||
Reference in New Issue
Block a user