Files
parr_api/docker-compose.generator-templates.yml

16 lines
418 B
YAML
Raw Normal View History

2023-09-25 16:34:14 +10:00
version: '3.4'
#PARR GENERATOR TEMPLATES
services:
parr-generator-templates:
2023-09-25 16:39:10 +10:00
image: harbor.dvgd.rzd/parr/parr-generator-templates:${tag-latest}
environment:
- ASPNETCORE_ENVIRONMENT=Production
- TZ=Europe/Moscow
2023-09-27 11:47:04 +10:00
logging:
2023-09-27 11:54:02 +10:00
driver: fluentd
2023-09-27 11:47:04 +10:00
options:
fluentd-address: dvgd-mng-02.dvgd.oao.rzd:24224
tag: parr.generator-templates.serilog
2023-09-25 16:39:10 +10:00
deploy:
replicas: 1