Files
notification/stack.yaml
github-actions[bot] 8c18978460 🔄 Update image to 3 [CI SKIP]
2025-11-05 14:49:03 +00:00

36 lines
664 B
YAML

version: "3.8"
services:
notification:
image: jscorptech/taxi-notification:3
env_file:
- /opt/env/.notification
networks:
- taxi
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
failure_action: rollback
monitor: 10s
delay: 10s
max_failure_ratio: 0.2
resources:
limits:
cpus: "2"
memory: 1024M
logging:
driver: json-file
options:
max-size: "10m"
max-file: 10
networks:
taxi:
driver: overlay
external: true
attachable: true