feat(master): подключены все зависимости, docker
This commit is contained in:
24
docker-compose.master.yml
Normal file
24
docker-compose.master.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
version: '3.4'
|
||||
|
||||
# PARR MASTER
|
||||
|
||||
services:
|
||||
parr-master:
|
||||
image: harbor.dvgd.rzd/parr/parr-master:${tag:-latest}
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Production
|
||||
- TZ=Europe/Moscow
|
||||
logging:
|
||||
driver: fluentd
|
||||
options:
|
||||
fluentd-address: dvgd-mng-02.dvgd.oao.rzd:24224
|
||||
tag: parr.master.serilog
|
||||
deploy:
|
||||
replicas: 1
|
||||
networks:
|
||||
- parr-network
|
||||
|
||||
networks:
|
||||
parr-network:
|
||||
driver: overlay
|
||||
external: true
|
||||
Reference in New Issue
Block a user