Compare commits
2 Commits
7ed94e64f3
...
6253ed1f5f
| Author | SHA1 | Date | |
|---|---|---|---|
|
6253ed1f5f
|
|||
|
9a88767eaf
|
@@ -51,7 +51,7 @@ Container images are configured using parameters passed at runtime.
|
|||||||
|-p 8442|XML-RPC API port TCP|
|
|-p 8442|XML-RPC API port TCP|
|
||||||
|-e BITMESSAGE_API_USER=|XML-RPC API user. Default: `bitmessage_api_user`|
|
|-e BITMESSAGE_API_USER=|XML-RPC API user. Default: `bitmessage_api_user`|
|
||||||
|-e BITMESSAGE_API_PASSWORD=|XML-RPC API password. Default: `bitmessage_api_password`|
|
|-e BITMESSAGE_API_PASSWORD=|XML-RPC API password. Default: `bitmessage_api_password`|
|
||||||
|-e BITMESSAGE_SEED_PHRASE|Create Deterministic Addresses password. Default: `bitmessage_seed_phrase`|
|
|-e BITMESSAGE_SEED_PHRASE|Create Deterministic Addresses password. Default: created randomly. |
|
||||||
|-e BITMESSAGE_SEED_ADDRESSES|Number of Deterministic Addresses to generate. Default: `1`|
|
|-e BITMESSAGE_SEED_ADDRESSES|Number of Deterministic Addresses to generate. Default: `1`|
|
||||||
|-e BITMESSAGE_TTL|The expiration of newly send messages, in seconds. Default: `172800`|
|
|-e BITMESSAGE_TTL|The expiration of newly send messages, in seconds. Default: `172800`|
|
||||||
|-e BITMESSAGE_STOPRESENDINGAFTERXDAYS|Stop resending unreceived message after X days. Default: `60`|
|
|-e BITMESSAGE_STOPRESENDINGAFTERXDAYS|Stop resending unreceived message after X days. Default: `60`|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- BITMESSAGE_API_USER=bitmessage_api_user
|
- BITMESSAGE_API_USER=bitmessage_api_user
|
||||||
- BITMESSAGE_API_PASSWORD=bitmessage_api_password
|
- BITMESSAGE_API_PASSWORD=bitmessage_api_password
|
||||||
- BITMESSAGE_SEED_PHRASE=bitmessage_seed_phrase
|
- BITMESSAGE_SEED_PHRASE=
|
||||||
- BITMESSAGE_SEED_ADDRESSES=1
|
- BITMESSAGE_SEED_ADDRESSES=1
|
||||||
- BITMESSAGE_TTL=172800
|
- BITMESSAGE_TTL=172800
|
||||||
- BITMESSAGE_STOPRESENDINGAFTERXDAYS=60
|
- BITMESSAGE_STOPRESENDINGAFTERXDAYS=60
|
||||||
|
|||||||
Reference in New Issue
Block a user