cibus-frontend/templates/docker-compose.deploy_release.yml.tmpl
kjuulh 295acff548
Some checks failed
continuous-integration/drone Build is failing
added drone
2022-08-20 23:39:36 +02:00

10 lines
137 B
Cheetah

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