with templates
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2022-08-26 08:19:11 +02:00
parent 132f1b9662
commit 3791c5df6b
3 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
version: '3.7'
services:
{{ service }}:
image: {{ image }}
ports:
- {{ port }}
env_file: ".env"
restart: always