Dockerfile
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
bitmessage:
|
||||
image: bitdeals/pybitmessage:0.6.3.2-ubuntu
|
||||
environment:
|
||||
- BITMESSAGE_API_USER=bitmessage_api_user
|
||||
- BITMESSAGE_API_PASSWORD=bitmessage_api_password
|
||||
- BITMESSAGE_SEED_PHRASE=bitmessage_seed_phrase
|
||||
ports:
|
||||
- 8442:8442
|
||||
|
||||
Reference in New Issue
Block a user