Added templates
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
{{.service}}:
|
||||
image: {{.image}}
|
||||
{{ service }}:
|
||||
image: {{ image }}
|
||||
ports:
|
||||
- {{.ports}}
|
||||
- {{ port }}
|
||||
env_file: ".env"
|
||||
restart: always
|
||||
depends_on:
|
Reference in New Issue
Block a user