fixed up heimdall

This commit is contained in:
2023-10-01 19:00:49 -07:00
parent e01608bbc6
commit effc642e7c
2 changed files with 20 additions and 26 deletions
+20 -20
View File
@@ -1,31 +1,31 @@
# https://hub.docker.com/r/linuxserver/heimdall
---
version: "2.1"
version: "3"
volumes:
heimdall:
networks:
admin_web:
external:
name: admin_web
###########################################################################################################################
# Heimdall (Homepage)
#
# DockerHub: https://hub.docker.com/r/linuxserver/heimdall
#
# SAMPLE ENV
# <intentionally blank>
#
# NOTES
#
# Make sure your volume is set correctly
#
# You can edit vol/www/.env
# For https include FORCE_HTTPS=true
#
###########################################################################################################################
services:
heimdall:
# https://hub.docker.com/r/linuxserver/heimdall
image: linuxserver/heimdall:${HEIMDALL_V}
image: linuxserver/heimdall:2.5.6
environment:
- PUID=1000
- PGID=1000
- TZ=America/Vancouver
volumes:
- heimdall:/config
- ./data:/config
restart: unless-stopped
networks:
- admin_web
labels:
- "traefik.enable=true"
- "traefik.http.routers.${PREFIX}_heimdall.rule=Host(`${HEIMDALL_DOMAIN_NAME}`)"
- "traefik.http.routers.${PREFIX}_heimdall.entrypoints=websecure"
- "traefik.http.routers.${PREFIX}_heimdall.tls.certresolver=letsencrypt"
- "traefik.http.services.${PREFIX}_heimdall.loadbalancer.server.port=80"
-6
View File
@@ -1,6 +0,0 @@
# Domains & Project
PREFIX=p1
HEIMDALL_DOMAIN_NAME=heimdall.nickyeoman.com
# Software versions
HEIMDALL_V=2.2.2-ls83