forked from RGB-Tools/rgb-lightning-node
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcompose.yaml
More file actions
28 lines (28 loc) · 725 Bytes
/
compose.yaml
File metadata and controls
28 lines (28 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
services:
bitcoind:
image: registry.gitlab.com/hashbeam/docker/bitcoind:30.0
command: "-fallbackfee=0.0002"
environment:
MYUID: 1000
MYGID: 1000
RPCAUTH: "user:84c66d54d736d8b02aaa5b02e07e759b$$cc56c229b2a49ae2bfd5932cc8a6135d435bb9a7ac037ddd351d65936082c03d"
ports:
- 18443:18443
volumes:
- ./datacore:/srv/app/.bitcoin
electrs:
image: registry.gitlab.com/hashbeam/docker/electrs:0.10.10
environment:
MYUID: 1000
MYGID: 1000
BTCPASS: "password"
volumes:
- ./dataindex:/srv/app/db
depends_on:
- bitcoind
ports:
- 50001:50001
proxy:
image: ghcr.io/rgb-tools/rgb-proxy-server:0.3.0
ports:
- 3000:3000