added heimdall

This commit is contained in:
dominikhoebert 2024-08-02 16:51:17 +02:00
parent 448d417306
commit ac95c2bbdb
3 changed files with 27 additions and 1 deletions

1
.gitignore vendored
View File

@ -41,3 +41,4 @@ netalertx/config/
stirlingpdf/trainingData/ stirlingpdf/trainingData/
stirlingpdf/configs/ stirlingpdf/configs/
vaultwarden/vw-data/ vaultwarden/vw-data/
heimdall/config/

View File

@ -80,7 +80,7 @@ docker network create --driver bridge proxy
- https://it-tools.tech/ 8095 - https://it-tools.tech/ 8095
- https://github.com/ChristianLempa/boilerplates/tree/main/docker-compose - https://github.com/ChristianLempa/boilerplates/tree/main/docker-compose
- cadvisor 8096 - cadvisor 8096
- heimdall - heimdall 8097
- homer - homer
- pihole - pihole
- https://github.com/claabs/epicgames-freegames-node - https://github.com/claabs/epicgames-freegames-node

25
heimdall/compose.yml Normal file
View File

@ -0,0 +1,25 @@
# https://heimdall.site/
# application dashboard
name: heimdall
services:
heimdall:
image: lscr.io/linuxserver/heimdall:2.6.1
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
volumes:
- ./config:/config
ports:
- 8097:80
#- 443:443
networks:
- proxy
networks:
proxy:
external: true