Compare commits
2 Commits
3cd5a41be7
...
201e52c98e
| Author | SHA1 | Date | |
|---|---|---|---|
| 201e52c98e | |||
| 4fe56493a3 |
16
docker/heimdall/docker-compose.yml
Normal file
16
docker/heimdall/docker-compose.yml
Normal 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
|
||||||
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
|
||||||
|
``
|
||||||
@@ -9,7 +9,7 @@ theme:
|
|||||||
nav:
|
nav:
|
||||||
- Übersicht: index.md
|
- Übersicht: index.md
|
||||||
- Netzwerk:
|
- Netzwerk:
|
||||||
- Topologie: network/topology.md
|
- Topologie: network/topology.md
|
||||||
- Proxmox:
|
- Proxmox:
|
||||||
- VMs: proxmox/vms.md
|
- VMs: proxmox/vms.md
|
||||||
- Docker:
|
- Docker:
|
||||||
|
|||||||
Reference in New Issue
Block a user