Heimdall
Heimdall is an elegant solution to organise all your web applications.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3"
services:
heimdall:
image: linuxserver/heimdall:latest
container_name: heimdall
hostname: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
ports:
- 8080:80
restart: unless-stopped
volumes:
- ./config:/configResources
Demo: https://heimdall.site/
GitHub: https://github.com/linuxserver/Heimdall
Docker Hub: https://hub.docker.com/r/linuxserver/heimdall
Configuration: See the Docker Hub page