feat(templateGeneratorWorker): ci/cd, основной метод вынесен в отдельный класс.

This commit is contained in:
Mikhail Kuznetsov
2025-08-19 11:13:56 +10:00
parent 2c005f038e
commit 963da184f1
9 changed files with 202 additions and 127 deletions

View File

@@ -0,0 +1,25 @@
version: '3.4'
#PARR TEMPLATE ACTIVATOR
services:
parr-template-activator:
image: harbor.dvgd.rzd/parr/parr-template-generator:${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: '30s'
fluentd-max-retries: '30'
tag: parr.template-generator.serilog
deploy:
replicas: 4
networks:
parr-network:
networks:
parr-network:
driver: overlay
external: true