Files
nas-compose/portal/docker-compose.yml
2023-11-20 09:17:35 +11:00

24 lines
510 B
YAML

name: portal
services:
heimdall:
hostname: heimdall
image: lscr.io/linuxserver/heimdall
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
networks:
reverse-proxy:
aliases:
- nope
volumes:
- ${NASCOMPOSE_SERVICES?}/portal/volumes/heimdall_config/:/config/
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.heimdall.middlewares: authelia@file
networks:
reverse-proxy:
external: true