Files
parr_api/docker-compose.generator-templates.yml
Mikhail Trubnikov b915a7d8ac fix docker 2
2023-09-25 16:39:10 +10:00

11 lines
266 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