initial commit with basic level 0 on single machine

This commit is contained in:
River
2025-11-03 23:56:51 -06:00
commit 2490c01701
3 changed files with 27 additions and 0 deletions

6
compose.yaml Normal file
View File

@@ -0,0 +1,6 @@
services:
ubuntu:
build: .
hostname: uactf
command: ["tail", "-f", "/dev/null"]
restart: unless-stopped