add missing commits

This commit is contained in:
Andreas Zweili 2022-03-15 23:40:31 +01:00
parent 9bb0d76951
commit a5df70ac93
4 changed files with 7 additions and 13 deletions

View File

@ -1,16 +1,6 @@
---
version: "3"
services:
traefik:
image: "traefik:v2.2"
ports:
- "443:443"
volumes:
- "./traefik.yaml:/etc/traefik/traefik.yaml:ro"
- "./letsencrypt:/letsencrypt"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
restart: unless-stopped
heimdall:
image: linuxserver/heimdall
container_name: heimdall
@ -27,6 +17,8 @@ services:
- "traefik.http.routers.heimdall.tls.certresolver=myresolver"
- "traefik.http.routers.heimdall.middlewares=default-headers@file"
restart: unless-stopped
networks:
- traefik_proxy
volumes:
heimdall:
@ -34,3 +26,8 @@ volumes:
type: "nfs"
o: "addr=10.7.89.108,nolock,soft,rw,vers=4.1"
device: ":/server_data/heimdall"
networks:
proxy:
external:
name: "traefik_proxy"

View File

@ -1 +0,0 @@
../traefik.yaml

View File

@ -1 +0,0 @@
APP_DOMAIN=rss-bridge.2li.ch

View File

@ -1 +0,0 @@
../traefik.yaml