20 lines
467 B
YAML
20 lines
467 B
YAML
services:
|
|
# Heimdall - Application Dashboard
|
|
heimdall:
|
|
image: lscr.io/linuxserver/heimdall:latest
|
|
container_name: heimdall
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
restart: unless-stopped
|
|
profiles: ["apps", "all"]
|
|
networks:
|
|
- default
|
|
ports:
|
|
- "$HEIMDALL_PORT:80"
|
|
volumes:
|
|
- $DOCKERDIR/appdata/heimdall:/config
|
|
environment:
|
|
PUID: $PUID
|
|
PGID: $PGID
|
|
TZ: $TZ
|
|
# DOCKER-LABELS-PLACEHOLDER |