mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fixed up heimdall
This commit is contained in:
+20
-20
@@ -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"
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# Domains & Project
|
||||
PREFIX=p1
|
||||
HEIMDALL_DOMAIN_NAME=heimdall.nickyeoman.com
|
||||
|
||||
# Software versions
|
||||
HEIMDALL_V=2.2.2-ls83
|
||||
Reference in New Issue
Block a user