Files
parr_api/docker-compose.aihit-syncer.yml

32 lines
747 B
YAML

version: '3.4'
#AIHIT SYNCHER
services:
aihit-syncer:
image: harbor.dvgd.rzd/parr/parr-aihit-syncer:${tag:-latest}
container_name: parr-aihit-syncer
restart: unless-stopped
environment:
- ASPNETCORE_ENVIRONMENT=Production
- TZ=Europe/Moscow
#volumes:
#- /var/log/parr-aihit-syncher:/app/log
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.aihit-syncer.serilog
deploy:
replicas: 4
networks:
- parr-network
networks:
parr-network:
driver: overlay
external: true