Skip to content

Commit f732f67

Browse files
committed
template: link for testing
1 parent 5b91179 commit f732f67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yaml.template

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
dockerfile: Dockerfile
88
args:
99
- ARCH=${ARCH}
10-
image: playground-cluster-bitcoind
10+
image: ghcr.io/randymcmillan/plebnet-playground-docker/bitcoind-${ARCH}/root
1111
links:
1212
- tor-${tor_i}
1313
depends_on:
@@ -28,7 +28,7 @@ services:
2828
build:
2929
context: ./lnd-signet
3030
dockerfile: Dockerfile
31-
image: playground-cluster-lnd
31+
image: ghcr.io/randymcmillan/plebnet-playground-docker/lnd-${ARCH}/root
3232
links:
3333
- bitcoind-${bitcoind_i}
3434
- tor-${tor_i}
@@ -63,7 +63,7 @@ services:
6363
build:
6464
context: ./tor
6565
dockerfile: Dockerfile
66-
image: playground-cluster-tor
66+
image: ghcr.io/randymcmillan/plebnet-playground-docker/tor-${ARCH}/root
6767
container_name: playground-tor-${tor_i}
6868
expose:
6969
- 9050

0 commit comments

Comments
 (0)