Umbenennungen
This commit is contained in:
parent
9a2af8e4fd
commit
a084a1bb0b
3 changed files with 3 additions and 3 deletions
28
dashboard/docker-compose.yaml
Normal file
28
dashboard/docker-compose.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
version: "3.3"
|
||||
|
||||
services:
|
||||
|
||||
app:
|
||||
image: linuxserver/heimdall:version-2.2.2
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/heimdall:/config
|
||||
expose:
|
||||
- "80"
|
||||
networks:
|
||||
- web
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.heimdall.rule=Host(`dashboard.${DOMAIN}`)"
|
||||
- "traefik.http.routers.heimdall.entrypoints=web"
|
||||
- "traefik.http.services.heimdall.loadbalancer.server.port=80"
|
||||
- "docker.group=selfhost"
|
||||
- "docker.group=heimdall"
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
Loading…
Add table
Add a link
Reference in a new issue