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.
This commit is contained in:
fsociety 2024-09-07 17:05:30 +02:00
parent 4dc6cab618
commit 3698089a8f
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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