Co-authored-by:
CI / test (push) Successful in 8m23s

This commit is contained in:
2026-07-11 14:56:18 +03:00
parent f79264ece9
commit 21a2a39746
3 changed files with 1 additions and 13 deletions
+1
View File
@@ -295,6 +295,7 @@ docker-swarm-deploy: ## ????????? ???????
@set RELEASE_COOKIE=$$(grep RELEASE_COOKIE docker/.env | cut -d '=' -f2)
@set JWT_SECRET=$$(grep JWT_SECRET docker/.env | cut -d '=' -f2)
@docker stack deploy -c docker/docker-compose.swarm.yml eventhub --detach=true
@bash ../EventHubDevOps/scripts/apply-swarm-task-history-limit.sh eventhub 2>/dev/null || true
@bash ../EventHubDevOps/scripts/setup-docker-container-prune.sh 2>/dev/null || true
@bash ../EventHubDevOps/scripts/docker-container-prune-now.sh 2>/dev/null || true
@echo "? ??????? ???????"
-3
View File
@@ -17,7 +17,6 @@ services:
networks:
- eventhub-net
deploy:
task-history-limit: 1
replicas: 1
restart_policy:
condition: any
@@ -55,7 +54,6 @@ services:
retries: 3
start_period: 30s
deploy:
task-history-limit: 1
replicas: 1
endpoint_mode: dnsrr
restart_policy:
@@ -77,7 +75,6 @@ services:
depends_on:
- eventhub
deploy:
task-history-limit: 1
replicas: 0
restart_policy:
condition: any
-10
View File
@@ -36,7 +36,6 @@ services:
networks:
- eventhub-net
deploy:
task-history-limit: 1
replicas: 1
restart_policy:
condition: any
@@ -47,7 +46,6 @@ services:
networks:
- eventhub-net
deploy:
task-history-limit: 1
replicas: 0
restart_policy:
condition: any
@@ -82,7 +80,6 @@ services:
source: eventhub-data
target: /app/data
deploy:
task-history-limit: 1
replicas: 1
endpoint_mode: dnsrr
restart_policy:
@@ -98,7 +95,6 @@ services:
depends_on:
- eventhub
deploy:
task-history-limit: 1
replicas: 1
restart_policy:
condition: any
@@ -123,7 +119,6 @@ services:
ports:
- "9090:9090"
deploy:
task-history-limit: 1
replicas: 0
restart_policy:
condition: any
@@ -144,7 +139,6 @@ services:
ports:
- "3000:3000"
deploy:
task-history-limit: 1
replicas: 0
restart_policy:
condition: any
@@ -165,7 +159,6 @@ services:
networks:
- eventhub-net
deploy:
task-history-limit: 1
replicas: 0
restart_policy:
condition: any
@@ -180,7 +173,6 @@ services:
ports:
- "4000:4000"
deploy:
task-history-limit: 1
replicas: 0
restart_policy:
condition: any
@@ -193,7 +185,6 @@ services:
networks:
- eventhub-net
deploy:
task-history-limit: 1
replicas: 0
restart_policy:
condition: any
@@ -218,7 +209,6 @@ services:
depends_on:
- eventhub
deploy:
task-history-limit: 1
mode: replicated
replicas: 1
restart_policy: