You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
version: '3.7'
|
|
|
|
|
|
|
|
services:
|
|
|
|
lnmarkets:
|
|
|
|
image: ghcr.io/ln-markets/umbrel:v1.1.3@sha256:7f72864171bbe7922929d940a63c31faed6aa7525b6a236f5a4e0d2680ccdeba
|
|
|
|
user: 1000:1000
|
|
|
|
init: true
|
|
|
|
restart: on-failure
|
|
|
|
stop_grace_period: 1m
|
|
|
|
ports:
|
|
|
|
- "$APP_LNMARKETS_PORT:$APP_LNMARKETS_PORT"
|
|
|
|
volumes:
|
|
|
|
- ${LND_DATA_DIR}:/lnd:ro
|
|
|
|
environment:
|
|
|
|
APP_URL: 0.0.0.0
|
|
|
|
API_PORT: $APP_LNMARKETS_PORT
|
|
|
|
|
|
|
|
LND_IP: $LND_IP
|
|
|
|
LND_GRPC_PORT: $LND_GRPC_PORT
|
|
|
|
LND_REST_PORT: $LND_REST_PORT
|
|
|
|
|
|
|
|
BITCOIN_NETWORK: $BITCOIN_NETWORK
|
|
|
|
networks:
|
|
|
|
default:
|
|
|
|
ipv4_address: $APP_LNMARKETS_IP
|