chore: initial commit for Bruchtal Docker + deploy
This commit is contained in:
23
docs/docker/heimdall/heimdall.md
Normal file
23
docs/docker/heimdall/heimdall.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
``
|
||||
Reference in New Issue
Block a user