10 lines
137 B
Cheetah
10 lines
137 B
Cheetah
version: '3.7'
|
|
|
|
services:
|
|
{{ service }}:
|
|
image: {{ image }}
|
|
ports:
|
|
- {{ port }}
|
|
env_file: ".env"
|
|
restart: always
|