Reinstating Heimdall as domain root; Adding wiki subdomain

This commit is contained in:
2021-05-16 18:28:33 +03:00
parent a6e8bef2a7
commit f1f462f04d

View File

@@ -10,7 +10,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=Asia/Jerusalem - TZ=Asia/Jerusalem
- URL=gerbil.tk #optional - URL=gerbil.tk #optional
- SUBDOMAINS=www,cloud,git,photos,stream,vault - SUBDOMAINS=cloud,git,photos,stream,vault,wiki
- VALIDATION=https - VALIDATION=https
- DNSPLUGIN=cloudflare #optional - DNSPLUGIN=cloudflare #optional
#- PROPAGATION= #optional #- PROPAGATION= #optional
@@ -25,3 +25,13 @@ services:
- 443:443 - 443:443
- 80:80 #optional - 80:80 #optional
restart: unless-stopped restart: unless-stopped
heimdall:
image: ghcr.io/linuxserver/heimdall
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Jerusalem
volumes:
- /Red-Vol/Media/Containers/heimdall/config:/config
restart: unless-stopped