docker-synapse.minervajuppiter.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 25209fd1177bd9ac37e6d6df05d8f7360770a823
parent 23ed43e533519334e7f7d8a7ccfbe43203e0dd2f
Author: minerva-jupiter <contact@minervajuppiter.net>
Date:   Mon,  9 Feb 2026 10:37:54 +0000

rebase from https://matrix-construct.github.io/tuwunel/deploying/docker-compose.with-traefik.yml

Diffstat:
Mdocker-compose.yaml | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docker-compose.yaml b/docker-compose.yaml @@ -31,7 +31,7 @@ services: # TUWUNEL_ALLOW_LOCAL_PRESENCE: true # TUWUNEL_WORKERS: 10 # TUWUNEL_MAX_REQUEST_SIZE: 20000000 # in bytes, ~20 MB - # TUWUNEL_NEW_USER_DISPLAYNAME_SUFFIX = "🏳<200d>âš§" + # TUWUNEL_NEW_USER_DISPLAYNAME_SUFFIX = "🏳<200d>⚧" # We need some way to serve the client and server .well-known json. The simplest way is via the TUWUNEL_WELL_KNOWN # variable / config option, there are multiple ways to do this, e.g. in the tuwunel.toml file, and in a separate @@ -60,11 +60,10 @@ services: # - proxy # depends_on: # - homeserver - watchtower: image: nickfedor/watchtower:latest restart: unless-stopped - volumes: + volumes: - /var/run/docker.sock:/var/run/docker.sock traefik: