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:
|
# Heimdall (Homepage)
|
||||||
|
#
|
||||||
networks:
|
# DockerHub: https://hub.docker.com/r/linuxserver/heimdall
|
||||||
admin_web:
|
#
|
||||||
external:
|
# SAMPLE ENV
|
||||||
name: admin_web
|
# <intentionally blank>
|
||||||
|
#
|
||||||
|
# NOTES
|
||||||
|
#
|
||||||
|
# Make sure your volume is set correctly
|
||||||
|
#
|
||||||
|
# You can edit vol/www/.env
|
||||||
|
# For https include FORCE_HTTPS=true
|
||||||
|
#
|
||||||
|
###########################################################################################################################
|
||||||
|
|
||||||
services:
|
services:
|
||||||
heimdall:
|
heimdall:
|
||||||
# https://hub.docker.com/r/linuxserver/heimdall
|
image: linuxserver/heimdall:2.5.6
|
||||||
image: linuxserver/heimdall:${HEIMDALL_V}
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=America/Vancouver
|
- TZ=America/Vancouver
|
||||||
volumes:
|
volumes:
|
||||||
- heimdall:/config
|
- ./data:/config
|
||||||
restart: unless-stopped
|
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