We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b91179 commit f732f67Copy full SHA for f732f67
docker-compose.yaml.template
@@ -7,7 +7,7 @@ services:
7
dockerfile: Dockerfile
8
args:
9
- ARCH=${ARCH}
10
- image: playground-cluster-bitcoind
+ image: ghcr.io/randymcmillan/plebnet-playground-docker/bitcoind-${ARCH}/root
11
links:
12
- tor-${tor_i}
13
depends_on:
@@ -28,7 +28,7 @@ services:
28
build:
29
context: ./lnd-signet
30
31
- image: playground-cluster-lnd
+ image: ghcr.io/randymcmillan/plebnet-playground-docker/lnd-${ARCH}/root
32
33
- bitcoind-${bitcoind_i}
34
@@ -63,7 +63,7 @@ services:
63
64
context: ./tor
65
66
- image: playground-cluster-tor
+ image: ghcr.io/randymcmillan/plebnet-playground-docker/tor-${ARCH}/root
67
container_name: playground-tor-${tor_i}
68
expose:
69
- 9050
0 commit comments