From 3698089a8f77e9d71fe527aabd46c965dce2f36d Mon Sep 17 00:00:00 2001 From: fsociety Date: Sat, 7 Sep 2024 17:05:30 +0200 Subject: [PATCH] feat: remove clearnet option from application configuration This commit removes the ENABLE_CLEARNET option from the .env.example file and the docker-compose.tor.yml file. The application will now only use the default port 3334. --- .env.example | 1 - docker-compose.tor.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.env.example b/.env.example index cb2991b..6eeee36 100644 --- a/.env.example +++ b/.env.example @@ -5,4 +5,3 @@ RELAY_URL="wss://wot.utxo.one" DB_PATH="db" INDEX_PATH="templates/index.html" STATIC_PATH="templates/static" -ENABLE_CLEARNET=false diff --git a/docker-compose.tor.yml b/docker-compose.tor.yml index 6bb6b4d..9f03092 100644 --- a/docker-compose.tor.yml +++ b/docker-compose.tor.yml @@ -11,8 +11,7 @@ services: - "./templates/index.html:/app/templates/index.html" - "./templates/static:/app/templates/static" ports: - - "3334" # default port - - ${ENABLE_CLEARNET:+3334:3334} + - "3334" tor: image: lncm/tor:0.4.7.9@sha256:86c2fe9d9099e6376798979110b8b9a3ee5d8adec27289ac4a5ee892514ffe92