infra(heimdall): docker-compose.yml

This commit is contained in:
2026-02-20 22:36:55 +01:00
parent 3cd5a41be7
commit 4fe56493a3
3 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
# Heimdall
## Allgemein
- Image: `lscr.io/linuxserver/heimdall:2.7.6`
- Port: `1280:80`, `12443:443`
- Restart Policy: `unless-stopped`
## Volumes
| Host Path | Container Path | Zweck |
|------------|----------------|--------|
| /docker/Bruchtal/docker/heimdall/data/config:/config | /config | Konfiguration |
## Deployment
```bash
cd /docker/Bruchtal/docker/heimdall
git pull
docker compose pull
docker compose up -d
``