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

26 lines
669 B
YAML
Raw Normal View History

2023-06-01 16:42:44 +10:00
version: '3.4'
#AIHIT SYNCHER
services:
2023-08-25 15:47:34 +10:00
aihit-syncher:
2023-09-05 16:27:46 +10:00
image: harbor.dvgd.rzd/parr/parr-aihit-syncher:${tag:-latest}
2023-06-01 16:42:44 +10:00
container_name: parr-aihit-syncher
restart: always
environment:
- ASPNETCORE_ENVIRONMENT=Production
- TZ=Europe/Moscow
volumes:
- /var/log/parr-aihit-syncher:/app/log
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-efk-01.dvgd.oao.rzd:24224
2023-09-27 11:47:04 +10:00
tag: parr.aihit-syncher.serilog
2023-06-01 16:42:44 +10:00
# последняя версия
#docker compose -f docker-compose.aihit-syncher.yml up -d
# указанная версия
#tag=v1.0.0 docker compose -f docker-compose.aihit-syncher.yml up -d