mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +00:00
21 lines
613 B
YAML
21 lines
613 B
YAML
version: '3'
|
|
|
|
# Fill in your own BTCAVERAGE public and private keys
|
|
|
|
services:
|
|
pricenode:
|
|
restart: unless-stopped
|
|
build:
|
|
context: .
|
|
image: bisq:pricenode
|
|
ports:
|
|
- 80:80
|
|
- 8080:8080
|
|
environment:
|
|
- BTCAVERAGE_PRIVKEY=!!!!!!!!!!!!!!!!!!!!!!!!! YOUR PRIVATE KEY !!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
- BTCAVERAGE_PUBKEY=!!!!!!!!!!!!!!!!!!!!!!!!!! YOUR PUBKEY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
entropy:
|
|
restart: always
|
|
image: harbur/haveged:1.7c-1
|
|
container_name: haveged-entropy
|
|
privileged: true
|