* Added heimdall
* bitwarden production ready
* stashapp, ready
* removed some apps (portus, silverpeas, mailtrail, emby) put them in
readme
* rocketchat ready for live server
This commit is contained in:
2020-04-26 18:36:20 -07:00
parent 0a181def6d
commit 199132af76
15 changed files with 87 additions and 68 deletions
+19 -6
View File
@@ -1,17 +1,30 @@
# https://hub.docker.com/r/linuxserver/heimdall
---
version: "2.1"
volumes:
heimdall:
networks:
admin_web:
external:
name: admin_web
services:
heimdall:
image: linuxserver/heimdall
# https://hub.docker.com/r/linuxserver/heimdall
image: linuxserver/heimdall:${HEIMDALL_V}
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- TZ=America/Vancouver
volumes:
- /path/to/appdata/config:/config
ports:
- 80:80
- 443:443
- heimdall:/config
restart: unless-stopped
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
@@ -0,0 +1,6 @@
# Domains & Project
PREFIX=p1
HEIMDALL_DOMAIN_NAME=heimdall.nickyeoman.com
# Software versions
HEIMDALL_V=2.2.2-ls83