Files
parr_api/docker-compose.aihit-syncer.yml
Mikhail Kuznetsov c1b2004f35 fix(aihit): cicd
2024-01-31 13:43:46 +10:00

30 lines
676 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: '30s'
fluentd-max-retries: '30'
tag: parr.aihit-syncer.serilog
deploy:
replicas: 4
networks:
- parr-network
networks:
parr-network:
driver: overlay
external: true