Files
parr_api/docker-compose.aihit-syncher.yml
2023-09-27 11:47:04 +10:00

26 lines
668 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: always
environment:
- ASPNETCORE_ENVIRONMENT=Production
- TZ=Europe/Moscow
volumes:
- /var/log/parr-aihit-syncher:/app/log
logging:
river: fluentd
options:
fluentd-address: dvgd-mng-02.dvgd.oao.rzd:24224
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