feat(aihit): init + docker + cicd
This commit is contained in:
30
docker-compose.aihit-syncer.yml
Normal file
30
docker-compose.aihit-syncer.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
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
|
||||
deploy:
|
||||
replicas: 4
|
||||
networks:
|
||||
- parr-network
|
||||
|
||||
|
||||
networks:
|
||||
parr-network:
|
||||
driver: overlay
|
||||
external: true
|
||||
Reference in New Issue
Block a user