heimdall -> homer

This commit is contained in:
Florian Zirker 2024-04-09 15:36:15 +02:00
parent 2aa5edf2ac
commit 9452376873

View file

@ -1,22 +1,19 @@
services:
app:
image: linuxserver/heimdall:${HEIMDALL_VERSION}
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
homer:
image: b4bz/homer
volumes:
- ${VOLUMES_PATH}/dashboard/heimdall:/config
expose:
- "80"
- ${VOLUMES_PATH}/dashboard/homer:/www/assets
networks:
- web
user: 1000:1000
environment:
- INIT_ASSETS=1
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"
- "traefik.http.routers.homer.rule=Host(`dashboard.${DOMAIN}`)"
- "traefik.http.routers.homer.entrypoints=web"
- "traefik.http.services.homer.loadbalancer.server.port=8080"
- "docker.group=dashboard"
restart: unless-stopped