heimdall -> homer
This commit is contained in:
parent
2aa5edf2ac
commit
9452376873
1 changed files with 9 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue