Yule init
Some checks failed
Docker Deploy / build-and-push (push) Failing after 2m8s

This commit is contained in:
2025-12-23 10:38:26 -07:00
commit 30acc98f71
8 changed files with 457 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
yule:
image: ${IMAGE}
container_name: yule
ports:
- "${SSH_PORT:-2222}:2222"
restart: unless-stopped