beerday/templates/docker-compose.deploy_release.yml.tmpl
kjuulh 3791c5df6b
Some checks failed
continuous-integration/drone Build is failing
with templates
2022-08-26 08:19:11 +02:00

10 lines
137 B
Cheetah

version: '3.7'
services:
{{ service }}:
image: {{ image }}
ports:
- {{ port }}
env_file: ".env"
restart: always