feat(templateTaskGenerator): настройки развертывания CI/CD

This commit is contained in:
Mikhail Kuznetsov
2025-08-26 12:19:55 +10:00
parent 446a5579f3
commit 0c2bcd188b
6 changed files with 116 additions and 5 deletions

View File

@@ -0,0 +1,25 @@
version: '3.4'
#PARR TEMPLATE TASK GENERATOR
services:
parr-template-task-generator:
image: harbor.dvgd.rzd/parr/parr-template-task-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-task-generator.serilog
deploy:
replicas: 1
networks:
parr-network:
networks:
parr-network:
driver: overlay
external: true