mirror of
https://github.com/aljazceru/nigiri.git
synced 2025-12-18 14:54:21 +01:00
Update docker-compose-regtest-liquid.yml
This commit is contained in:
@@ -16,6 +16,8 @@ services:
|
|||||||
liquid:
|
liquid:
|
||||||
image: ghcr.io/vulpemventures/elements:latest
|
image: ghcr.io/vulpemventures/elements:latest
|
||||||
container_name: liquid
|
container_name: liquid
|
||||||
|
command:
|
||||||
|
- -datadir=config
|
||||||
networks:
|
networks:
|
||||||
local:
|
local:
|
||||||
ipv4_address: 10.10.0.11
|
ipv4_address: 10.10.0.11
|
||||||
@@ -23,7 +25,7 @@ services:
|
|||||||
- ${LIQUID_NODE_PORT}:18884
|
- ${LIQUID_NODE_PORT}:18884
|
||||||
- ${LIQUID_PEER_PORT}:18886
|
- ${LIQUID_PEER_PORT}:18886
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/liquidregtest/liquid-config/:/home/elements/.elements
|
- ./volumes/liquidregtest/liquid-config/:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# Block explorer REST servers
|
# Block explorer REST servers
|
||||||
electrs:
|
electrs:
|
||||||
|
|||||||
Reference in New Issue
Block a user