Files
parr_api/docker-compose.generator-templates.yml

11 lines
266 B
YAML
Raw Normal View History

2023-09-25 16:34:14 +10:00
version: '3.4'
#PARR GENERATOR TEMPLATES
services:
parr-generator-templates:
2023-09-25 16:39:10 +10:00
image: harbor.dvgd.rzd/parr/parr-generator-templates:${tag-latest}
environment:
- ASPNETCORE_ENVIRONMENT=Production
- TZ=Europe/Moscow
deploy:
replicas: 1