Add cuddle

This commit is contained in:
2022-10-12 22:39:45 +02:00
parent 553b8722de
commit 0575825eda
16 changed files with 344 additions and 73 deletions

View File

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