mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 04:18:34 +01:00
feat: support for heimdall/hub page
This commit is contained in:
10
roles/docker-deployments/templates/heimdall.yaml
Normal file
10
roles/docker-deployments/templates/heimdall.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
heimdall:
|
||||
image: linuxserver/heimdall:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 6011:80
|
||||
volumes:
|
||||
- /data/heimdall/:/config/
|
||||
environment:
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
Reference in New Issue
Block a user