mirror of
https://github.com/aljazceru/nigiri.git
synced 2026-02-23 15:24:18 +01:00
add chopsticks (regtest only)
This commit is contained in:
10
chopsticks/Dockerfile
Normal file
10
chopsticks/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
WORKDIR /build
|
||||
COPY chopsticks/nigiri-chopsticks-linux-amd64.tar.gz /build
|
||||
RUN ls
|
||||
RUN tar -xzf nigiri-chopsticks-linux-amd64.tar.gz && rm -rf *.tar.gz
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["./nigiri-chopsticks-linux-amd64", "--addr", "0.0.0.0:3000", "--electrs-addr", "10.10.0.12:3002", "--rpc-addr", "10.10.0.10:19001"]
|
||||
BIN
chopsticks/nigiri-chopsticks-linux-amd64.tar.gz
Normal file
BIN
chopsticks/nigiri-chopsticks-linux-amd64.tar.gz
Normal file
Binary file not shown.
@@ -34,6 +34,15 @@ services:
|
||||
volumes:
|
||||
- bitcoin-config:/config
|
||||
- liquid-config:/liquidconfig
|
||||
chopsticks:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: chopsticks/Dockerfile
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
local:
|
||||
ipv4_address: 10.10.0.13
|
||||
|
||||
networks:
|
||||
local:
|
||||
|
||||
Reference in New Issue
Block a user