11 lines
254 B
YAML
11 lines
254 B
YAML
version: '3.4'
|
|
|
|
#PARR GENERATOR TEMPLATES
|
|
services:
|
|
parr-generator-templates:
|
|
image: harbor.dvgd.rzd/parr/parr-generator-templates:${tag-latest}
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
- TZ=Europe/Moscow
|
|
deploy:
|
|
replicas: 1 |