16 lines
424 B
YAML
16 lines
424 B
YAML
version: '3.9'
|
|
services:
|
|
bitmessage:
|
|
image: bitdeals/pybitmessage:0.6.3.2-ubuntu
|
|
build: ./Docker
|
|
environment:
|
|
- BITMESSAGE_API_USER=bitmessage_api_user
|
|
- BITMESSAGE_API_PASSWORD=bitmessage_api_password
|
|
- BITMESSAGE_SEED_PHRASE=bitmessage_seed_phrase
|
|
- BITMESSAGE_SEED_ADDRESSES=1
|
|
- BITMESSAGE_TTL=172800
|
|
- BITMESSAGE_STOPRESENDINGAFTERXDAYS=60
|
|
ports:
|
|
- 8442:8442
|
|
|