fix(aihit): cicd

This commit is contained in:
Mikhail Kuznetsov
2024-01-31 13:43:46 +10:00
parent ae87f82b45
commit c1b2004f35

View File

@@ -2,9 +2,9 @@ version: '3.4'
#AIHIT SYNCHER #AIHIT SYNCHER
services: services:
aihit-syncher: aihit-syncer:
image: harbor.dvgd.rzd/parr/parr-aihit-syncer:${tag:-latest} image: harbor.dvgd.rzd/parr/parr-aihit-syncer:${tag:-latest}
container_name: parr-aihit-syncher container_name: parr-aihit-syncer
restart: unless-stopped restart: unless-stopped
environment: environment:
- ASPNETCORE_ENVIRONMENT=Production - ASPNETCORE_ENVIRONMENT=Production
@@ -17,7 +17,7 @@ services:
fluentd-address: dvgd-efk-01.dvgd.oao.rzd:24224 fluentd-address: dvgd-efk-01.dvgd.oao.rzd:24224
fluentd-retry-wait: '30s' fluentd-retry-wait: '30s'
fluentd-max-retries: '30' fluentd-max-retries: '30'
tag: parr.aihit-syncher.serilog tag: parr.aihit-syncer.serilog
deploy: deploy:
replicas: 4 replicas: 4
networks: networks: