disable ports

This commit is contained in:
Satstralia
2024-09-06 18:59:30 +00:00
parent b4ae721e67
commit fa3bae9d92
2 changed files with 8 additions and 8 deletions

View File

@ -47,10 +47,10 @@ services:
- ${LIT_DATA:?}:/root/
# Patch common services
tor:
ports:
- ${THUB_LOCAL_PORT}:3000
- ${LIT_LOCAL_PORT}:8443
# tor:
# ports:
# - ${THUB_LOCAL_PORT}:3000
# - ${LIT_LOCAL_PORT}:8443
robosats:
volumes:
- ${LND_DATA}:/lnd

View File

@ -9,10 +9,10 @@ services:
volumes:
- ${TOR_DATA:?}:/var/lib/tor
- ${TOR_CONFIG:?}:/etc/tor/torrc
ports:
- ${WEB_LOCAL_PORT}:80
- ${THUB_LOCAL_PORT}:3000
- ${LIT_LOCAL_PORT}:8443
# ports:
# - ${WEB_LOCAL_PORT}:80
# - ${THUB_LOCAL_PORT}:3000
# - ${LIT_LOCAL_PORT}:8443
bitcoind:
image: ruimarinho/bitcoin-core:${BITCOIND_TAG:-24.0.1-alpine@sha256:624b6fb1c282a3db6438ff35fbb9eed6ae260c66ffbb427ae72edd7da6a0ecdc}