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

This commit is contained in:
2022-08-20 23:44:46 +02:00
parent 295acff548
commit 3f34d0261d
2 changed files with 10 additions and 0 deletions

View File

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