feat(cicd): в cicd добавлен template matcher

This commit is contained in:
Mikhail Trubnikov
2025-11-20 14:24:03 +10:00
parent d90924bfa2
commit 7081e30734
6 changed files with 88 additions and 7 deletions

View File

@@ -0,0 +1,28 @@
version: '3.9'
#TEMPLATE MATCHER
services:
parr-template-matcher:
image: harbor.dvgd.rzd/parr/parr-template-matcher:${tag:-latest}
environment:
- ASPNETCORE_ENVIRONMENT=Production
- TZ=Europe/Moscow
logging:
driver: fluentd
options:
fluentd-address: dvgd-efk-01.dvgd.oao.rzd:24224
fluentd-retry-wait: '10s'
fluentd-max-retries: '30'
fluentd-async: 'true'
fluentd-buffer-limit: '52428800'
tag: parr.template-matcher.serilog
deploy:
replicas: 4
networks:
- parr-network
networks:
parr-network:
driver: overlay
external: true