feat(templateTaskGenerator): настройки развертывания CI/CD
This commit is contained in:
25
docker-compose.template-task-generator.yml
Normal file
25
docker-compose.template-task-generator.yml
Normal 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
|
||||
Reference in New Issue
Block a user