mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 22:43:34 +08:00
18 lines
647 B
YAML
18 lines
647 B
YAML
version: '3.7'
|
|
services:
|
|
stacks-blockchain:
|
|
image: "hirosystems/stacks-api-e2e:stacks2.1-transition-8107f75"
|
|
ports:
|
|
- "18443:18443" # bitcoin regtest JSON-RPC interface
|
|
- "18444:18444" # bitcoin regtest p2p
|
|
- "20443:20443" # stacks-node RPC interface
|
|
- "20444:20444" # stacks-node p2p
|
|
environment:
|
|
MINE_INTERVAL: 0.1s
|
|
# REWARD_RECIPIENT: STQM73RQC4EX0A07KWG1J5ECZJYBZS4SJ4ERC6WN
|
|
STACKS_EVENT_OBSERVER: host.docker.internal:3700
|
|
# STACKS_LOG_TRACE: 1
|
|
# STACKS_LOG_DEBUG: 1
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway" # fixes `host.docker.internal` on linux hosts
|