mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-06 01:50:14 +00:00
disable ports
This commit is contained in:
@ -47,10 +47,10 @@ services:
|
|||||||
- ${LIT_DATA:?}:/root/
|
- ${LIT_DATA:?}:/root/
|
||||||
|
|
||||||
# Patch common services
|
# Patch common services
|
||||||
tor:
|
# tor:
|
||||||
ports:
|
# ports:
|
||||||
- ${THUB_LOCAL_PORT}:3000
|
# - ${THUB_LOCAL_PORT}:3000
|
||||||
- ${LIT_LOCAL_PORT}:8443
|
# - ${LIT_LOCAL_PORT}:8443
|
||||||
robosats:
|
robosats:
|
||||||
volumes:
|
volumes:
|
||||||
- ${LND_DATA}:/lnd
|
- ${LND_DATA}:/lnd
|
||||||
|
@ -9,10 +9,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${TOR_DATA:?}:/var/lib/tor
|
- ${TOR_DATA:?}:/var/lib/tor
|
||||||
- ${TOR_CONFIG:?}:/etc/tor/torrc
|
- ${TOR_CONFIG:?}:/etc/tor/torrc
|
||||||
ports:
|
# ports:
|
||||||
- ${WEB_LOCAL_PORT}:80
|
# - ${WEB_LOCAL_PORT}:80
|
||||||
- ${THUB_LOCAL_PORT}:3000
|
# - ${THUB_LOCAL_PORT}:3000
|
||||||
- ${LIT_LOCAL_PORT}:8443
|
# - ${LIT_LOCAL_PORT}:8443
|
||||||
|
|
||||||
bitcoind:
|
bitcoind:
|
||||||
image: ruimarinho/bitcoin-core:${BITCOIND_TAG:-24.0.1-alpine@sha256:624b6fb1c282a3db6438ff35fbb9eed6ae260c66ffbb427ae72edd7da6a0ecdc}
|
image: ruimarinho/bitcoin-core:${BITCOIND_TAG:-24.0.1-alpine@sha256:624b6fb1c282a3db6438ff35fbb9eed6ae260c66ffbb427ae72edd7da6a0ecdc}
|
||||||
|
Reference in New Issue
Block a user