mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-12 13:20:13 +00:00
functional, but chat does not send messages (it does receive)
This commit is contained in:
@ -28,6 +28,8 @@ MARKET_PRICE_APIS = https://blockchain.info/ticker, https://api.yadio.io/exrates
|
|||||||
# Host e.g. robosats.com
|
# Host e.g. robosats.com
|
||||||
HOST_NAME = ''
|
HOST_NAME = ''
|
||||||
HOST_NAME2 = ''
|
HOST_NAME2 = ''
|
||||||
|
I2P_ALIAS = ''
|
||||||
|
I2P_LONG = ''
|
||||||
LOCAL_ALIAS = ''
|
LOCAL_ALIAS = ''
|
||||||
|
|
||||||
# SECURITY WARNING: keep the secret key used in production secret!
|
# SECURITY WARNING: keep the secret key used in production secret!
|
||||||
|
@ -93,11 +93,9 @@ services:
|
|||||||
i2p:
|
i2p:
|
||||||
image: geti2p/i2p
|
image: geti2p/i2p
|
||||||
container_name: i2p-dev
|
container_name: i2p-dev
|
||||||
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/i2p/i2pconfig:/i2p/.i2p
|
- ./docker/i2p/i2pconfig:/i2p/.i2p
|
||||||
- ./docker/i2p/i2ptorrents:/i2psnark
|
|
||||||
restart: unless-stopped
|
|
||||||
network_mode: service:tor
|
|
||||||
|
|
||||||
tor:
|
tor:
|
||||||
build: ./docker/tor
|
build: ./docker/tor
|
||||||
@ -111,10 +109,6 @@ services:
|
|||||||
- /mnt/development/tor/config:/etc/tor
|
- /mnt/development/tor/config:/etc/tor
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
- 4444:4444
|
|
||||||
# - 8215:12345
|
|
||||||
- 7658:7658
|
|
||||||
- 8001:7657
|
|
||||||
|
|
||||||
lnd:
|
lnd:
|
||||||
build: ./docker/lnd
|
build: ./docker/lnd
|
||||||
|
@ -39,6 +39,8 @@ AVATAR_ROOT = STATIC_ROOT + "assets/avatars/"
|
|||||||
ALLOWED_HOSTS = [
|
ALLOWED_HOSTS = [
|
||||||
config("HOST_NAME"),
|
config("HOST_NAME"),
|
||||||
config("HOST_NAME2"),
|
config("HOST_NAME2"),
|
||||||
|
config("I2P_ALIAS"),
|
||||||
|
config("I2P_LONG"),
|
||||||
config("LOCAL_ALIAS"),
|
config("LOCAL_ALIAS"),
|
||||||
"127.0.0.1",
|
"127.0.0.1",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user