mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-05 17:40:05 +00:00
disable ports
This commit is contained in:
@ -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
|
||||
|
@ -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}
|
||||
|
Reference in New Issue
Block a user