avoid unnecessary nested content

This commit is contained in:
Colin Hebert
2023-11-20 09:17:35 +11:00
parent 7b34d3735d
commit 41d64d4b48
46 changed files with 0 additions and 8 deletions

23
portal/docker-compose.yml Normal file
View File

@@ -0,0 +1,23 @@
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