mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Setup matrix federation
This commit is contained in:
parent
6f003bfa4f
commit
34788bd655
5 changed files with 39 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue