chore: initial commit for Bruchtal Docker + deploy

This commit is contained in:
Bruchtal Admin
2026-02-21 18:57:26 +01:00
commit 822a62bd60
20 changed files with 406 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: "2.1"
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
container_name: heimdall2
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- /home/christian/docker/heimdall/data/config:/config
ports:
- 1280:80
- 12443:443
restart: unless-stopped