mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added heimdall
This commit is contained in:
parent
448d417306
commit
ac95c2bbdb
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ netalertx/config/
|
|||||||
stirlingpdf/trainingData/
|
stirlingpdf/trainingData/
|
||||||
stirlingpdf/configs/
|
stirlingpdf/configs/
|
||||||
vaultwarden/vw-data/
|
vaultwarden/vw-data/
|
||||||
|
heimdall/config/
|
||||||
|
@ -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
25
heimdall/compose.yml
Normal 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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user