Scratch xbackbone. Always "Gateway timeout" when trying to access behind traefik

This commit is contained in:
Joey Hafner 2022-04-08 00:57:35 -07:00
parent 330b7bb8ad
commit 4212bbee3a
2 changed files with 0 additions and 19 deletions

View File

@ -1 +0,0 @@
DOCKER_DATA=/home/joey/data/xbackbone

View File

@ -1,18 +0,0 @@
version: '3'
services:
xbackbone:
image: linuxserver/xbackbone
container_name: xbackbone
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=America/Los_Angeles
volumes:
- $DOCKER_DATA:/config
ports:
- 45885:80
labels:
- "traefik.http.routers.xbackbone.rule=Host(`xbackbone.jafner.net`)"
- "traefik.http.routers.xbackbone.tls.certresolver=lets-encrypt"
- "traefik.http.services.xbackbone.loadbalancer.server.port=80"