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