feat(nextRun): cicd
This commit is contained in:
26
docker-compose.next-run.yml
Normal file
26
docker-compose.next-run.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
version: '3.4'
|
||||
|
||||
# NEXT RUN
|
||||
services:
|
||||
parr-next-run:
|
||||
image: harbor.dvgd.rzd/parr/parr-next-run:${tag:-latest}
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Production
|
||||
- TZ=Europe/Moscow
|
||||
logging:
|
||||
driver: fluentd
|
||||
options:
|
||||
fluentd-address: dvgd-efk-01.dvgd.oao.rzd:24224
|
||||
fluentd-retry-wait: '30s'
|
||||
fluentd-max-retries: '30'
|
||||
tag: parr.next-run.serilog
|
||||
deploy:
|
||||
replicas: 1
|
||||
networks:
|
||||
- parr-network
|
||||
|
||||
networks:
|
||||
parr-network:
|
||||
driver: overlay
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user