feat(templateUpdater): основная логика + cicd
This commit is contained in:
27
docker-compose.template-updater.yml
Normal file
27
docker-compose.template-updater.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
version: '3.4'
|
||||
|
||||
#PARR TEMPLATE UPDATER
|
||||
services:
|
||||
parr-template-updater:
|
||||
image: harbor.dvgd.rzd/parr/parr-template-updater:${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-updater.serilog
|
||||
deploy:
|
||||
replicas: 4
|
||||
networks:
|
||||
parr-network:
|
||||
|
||||
networks:
|
||||
parr-network:
|
||||
driver: overlay
|
||||
external: true
|
||||
Reference in New Issue
Block a user