feat(devops)
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 15s

This commit is contained in:
A'zamov Samandar
2025-11-05 19:41:57 +05:00
parent 4267dec319
commit 2bbe34f703
5 changed files with 106 additions and 11 deletions

View File

@@ -3,13 +3,10 @@ version: "3.8"
services:
notification:
image: jscorptech/taxi-notification:latest
env_file:
- /opt/env/.notification
networks:
- taxi
ports:
- mode: ingress
target: 8000
published: ${PORT:?PORT not found}
protocol: tcp
deploy:
mode: replicated
restart_policy:
@@ -17,10 +14,10 @@ services:
update_config:
parallelism: 1
order: start-first
failure-action: rollback
failure_action: rollback
monitor: 10s
delay: 10s
max_failure_ration: 0.2
max_failure_ratio: 0.2
resources:
limits:
cpus: "2"