docker-synapse.minervajuppiter.net

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

commit e1e87512df11b3249dfa957eff6ed2ef5cc12378
parent 2542f9212a6a5fcbf918d2cafdea2c2781ba9f3f
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Mon,  9 Feb 2026 19:11:03 +0900

Update tuwunel service configuration

Added port mapping for tuwunel service and removed nginx service.
Diffstat:
Mdocker-compose.yaml | 14++------------
1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/docker-compose.yaml b/docker-compose.yaml @@ -2,6 +2,8 @@ services: tuwunel: image: ghcr.io/matrix-construct/tuwunel:latest restart: unless-stopped + ports: + - "6167:6167" volumes: - ./tuwunel-data:/var/lib/tuwunel environment: @@ -14,18 +16,6 @@ services: TUWUNEL_REGISTRATION_TOKEN: "PSrYqEAJUpsLfsARbJWnMbs9WbxygM79" networks: - matrix-net - - nginx: - image: nginx:alpine - restart: unless-stopped - ports: - - "80:80" - volumes: - - ./nginx.conf:/etc/nginx/nginx.conf:ro - depends_on: - - tuwunel - networks: - - matrix-net watchtower: image: nickfedor/watchtower:latest