docs: Update docker compose yaml to include hsd and email info
All checks were successful
Build Docker / Build Docker (push) Successful in 36s
All checks were successful
Build Docker / Build Docker (push) Successful in 36s
This commit is contained in:
parent
e8208b8563
commit
9e01262e90
@ -18,6 +18,15 @@ services:
|
|||||||
DB_USER: db_user
|
DB_USER: db_user
|
||||||
DB_PASSWORD: db_password
|
DB_PASSWORD: db_password
|
||||||
DB_NAME: alert_db
|
DB_NAME: alert_db
|
||||||
|
EMAIL_FROM: noreply@hnshosting.au
|
||||||
|
EMAIL_PASSWORD: supersecretemailpassword
|
||||||
|
EMAIL_HOST: mail.woodburn.au
|
||||||
|
EMAIL_PORT: 587
|
||||||
|
EMAIL_USE_TLS: True
|
||||||
|
HSD_API_KEY: supersecretkey
|
||||||
|
HSD_IP: 10.2.1.15 # Set to your HSD IP
|
||||||
|
HSD_PORT: 12037 # Only change if using a custom port (or regtest)
|
||||||
|
HSD_WALLET_PORT: 12039 # Only change if using a custom port (or regtest)
|
||||||
WORKERS: 2 # number of workers to run (should be 2 * number of cores)
|
WORKERS: 2 # number of workers to run (should be 2 * number of cores)
|
||||||
|
|
||||||
db:
|
db:
|
||||||
|
Loading…
Reference in New Issue
Block a user