mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-08 02:50:06 +00:00
65 lines
1.6 KiB
Bash
65 lines
1.6 KiB
Bash
ROBOSATS_DOCKER_TAG='77783e1@sha256:38d208a757ba20f578320a178db70f4d539f827dc25379eebc002c6310ae707e'
|
|
|
|
STATIC='/custom_path/testnet/static'
|
|
DATABASE='/custom_path/testnet/database'
|
|
|
|
# You can create a cronjob to create PG backups
|
|
PG_BACKUP='/custom_path/testnet/pg_backup'
|
|
ROBOSATS_ENVS_FILE='env/lndtn/robosats.env'
|
|
THUB_ENVS_FILE='env/lndtn/thunderhub.env'
|
|
SUFFIX='-lndtn'
|
|
NETWORK='testnet'
|
|
|
|
# Postgresql Database (Should match with those in robosats-tn.env)
|
|
POSTGRES_NAME='postgres'
|
|
POSTGRES_USER='postgres'
|
|
POSTGRES_PASSWORD='example'
|
|
|
|
BITCOIND_VERSION='24.0.1-alpine'
|
|
LND_VERSION='v0.17.0-beta'
|
|
|
|
NGINX_CONFD='./nginx/tn.conf.d'
|
|
WELLKNOWN='./nginx/tn.well-known'
|
|
|
|
# Port and number of HTTP server workers for the robosats backend
|
|
WEB_LOCAL_PORT=8001
|
|
GUNICORN_WORKERS=2
|
|
|
|
BU_DIR1='/backup'
|
|
BU_DIR2='/custom_path/backup'
|
|
BU_DIR3='/custom_path/backup2'
|
|
|
|
BITCOIN_DATA='/custom_path/testnet/bitcoin'
|
|
BITCOIN_CONF='./env/lndtn/bitcoin.conf'
|
|
LND_DATA='/custom_path/testnet/lnd'
|
|
LND_CONF='./env/lndtn/lnd.conf'
|
|
LIT_DATA='/custom_path/testnet/lit'
|
|
|
|
GUEST_BITCOIN=/home/bitcoin/.bitcoin
|
|
|
|
TOR_DATA='./env/lndtn/tor'
|
|
TOR_CONFIG='./env/lndtn/torrc'
|
|
|
|
GUEST_LND_RPC_PORT=10009
|
|
GUEST_LND_REST_PORT=8080
|
|
|
|
HOST_LND_RPC_PORT=10009
|
|
HOST_LND_REST_PORT=8080
|
|
|
|
THUB_LOCAL_PORT=3001
|
|
THUB_ACCOUNTS='./env/lndtn/thunderhub-accounts.yml'
|
|
# THUB_ACCOUNTS_CONFIG_PATH must match thub...env
|
|
THUB_ACCOUNTS_CONFIG_PATH='/config/accounts.yml'
|
|
|
|
|
|
|
|
|
|
LIT_LOCAL_PORT=4001
|
|
LIT_PASSWORD=999999999
|
|
|
|
LND_BACKUP_PATH='/custom_path/testnet/lnd-backup'
|
|
NODE_ALIAS='🤖RoboSats⚡(Testnet)'
|
|
NODE_COLOR='#4126a7'
|
|
|
|
LND_AUTOUNLOCK_PWD='./env/lndtn/lnd_autounlock_pwd'
|