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

28 lines
745 B
YAML

version: '3.4'
#AIHIT SYNCHER
services:
aihit-syncher:
image: harbor.dvgd.rzd/parr/parr-aihit-syncher:${tag:-latest}
container_name: parr-aihit-syncher
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-syncher.serilog
# последняя версия
#docker compose -f docker-compose.aihit-syncher.yml up -d
# указанная версия
#tag=v1.0.0 docker compose -f docker-compose.aihit-syncher.yml up -d