first commit

This commit is contained in:
Stefan Hacker
2026-02-18 22:01:54 +01:00
commit 5464e553b3
35 changed files with 5432 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
relay:
build: .
ports:
- "8543:8443"
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8443/health"]
interval: 30s
timeout: 5s
retries: 3