44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
version: '3.8'
|
|
|
|
# Heimdall - Application Dashboard
|
|
# Phase 3: Monitoring & Management
|
|
# Ports: 8888 (HTTP), 8889 (HTTPS)
|
|
# GPU: No
|
|
# Storage: SSD (configuration)
|
|
|
|
services:
|
|
heimdall:
|
|
image: linuxserver/heimdall:latest
|
|
container_name: heimdall
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8888:80"
|
|
- "8889:443"
|
|
volumes:
|
|
- /home/jpmschweitzer/docker-data/heimdall:/config
|
|
environment:
|
|
- PUID=1000 # Your user ID (run: id -u)
|
|
- PGID=1000 # Your group ID (run: id -g)
|
|
- TZ=Europe/Amsterdam
|
|
|
|
# After Deployment:
|
|
# 1. Access http://localhost:8888
|
|
# 2. Add application tiles for quick access:
|
|
# - Portainer: http://tower-of-joy:8080
|
|
# - NPM: http://tower-of-joy:8000
|
|
# - Jellyfin: http://tower-of-joy:8096
|
|
# - Nextcloud: http://tower-of-joy:8082
|
|
# - AMP: http://tower-of-joy:8081
|
|
# - Uptime Kuma: http://tower-of-joy:3001
|
|
# - Netdata: http://tower-of-joy:19999
|
|
# - Ollama: http://tower-of-joy:11434
|
|
# 3. Customize colors and icons for each service
|
|
# 4. Set as browser homepage for easy access
|
|
#
|
|
# Features:
|
|
# - Unified dashboard for all services
|
|
# - One-click access to any service
|
|
# - Custom backgrounds and themes
|
|
# - Search functionality
|
|
# - Mobile-friendly
|