mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added heimdall
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user