mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-09-13 15:19:24 +00:00
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:
parent
4dc6cab618
commit
3698089a8f
@ -5,4 +5,3 @@ RELAY_URL="wss://wot.utxo.one"
|
|||||||
DB_PATH="db"
|
DB_PATH="db"
|
||||||
INDEX_PATH="templates/index.html"
|
INDEX_PATH="templates/index.html"
|
||||||
STATIC_PATH="templates/static"
|
STATIC_PATH="templates/static"
|
||||||
ENABLE_CLEARNET=false
|
|
||||||
|
@ -11,8 +11,7 @@ services:
|
|||||||
- "./templates/index.html:/app/templates/index.html"
|
- "./templates/index.html:/app/templates/index.html"
|
||||||
- "./templates/static:/app/templates/static"
|
- "./templates/static:/app/templates/static"
|
||||||
ports:
|
ports:
|
||||||
- "3334" # default port
|
- "3334"
|
||||||
- ${ENABLE_CLEARNET:+3334:3334}
|
|
||||||
|
|
||||||
tor:
|
tor:
|
||||||
image: lncm/tor:0.4.7.9@sha256:86c2fe9d9099e6376798979110b8b9a3ee5d8adec27289ac4a5ee892514ffe92
|
image: lncm/tor:0.4.7.9@sha256:86c2fe9d9099e6376798979110b8b9a3ee5d8adec27289ac4a5ee892514ffe92
|
||||||
|
Loading…
x
Reference in New Issue
Block a user