Setup matrix federation

This commit is contained in:
Paul-Henri Froidmont 2021-03-31 01:49:39 +02:00
parent 6f003bfa4f
commit 34788bd655
5 changed files with 39 additions and 18 deletions

View file

@ -11,13 +11,13 @@ services:
environment:
- BASE_URL="https://banditlair.com"
- IMAGE_PROXY=True
labels:
- "traefik.backend=searx"
- "traefik.docker.network=web"
- "traefik.frontend.rule=Host:banditlair.com"
- "traefik.enable=true"
- "traefik.port=8888"
- "traefik.default.protocol=http"
# labels:
# - "traefik.backend=searx"
# - "traefik.docker.network=web"
# - "traefik.frontend.rule=Host:banditlair.com"
# - "traefik.enable=true"
# - "traefik.port=8888"
# - "traefik.default.protocol=http"
networks:
- web
restart: always