mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 19:00:42 +02:00
fix string
This commit is contained in:
parent
710d58e406
commit
9bc90a9380
@ -19,7 +19,7 @@ services:
|
|||||||
NGINX_PORT: $APP_MEMPOOL_PORT
|
NGINX_PORT: $APP_MEMPOOL_PORT
|
||||||
NGINX_HOSTNAME: $APP_MEMPOOL_API_IP
|
NGINX_HOSTNAME: $APP_MEMPOOL_API_IP
|
||||||
LIGHTNING_DETECTED_PORT: $APP_MEMPOOL_LIGHTNING_NODE_PORT
|
LIGHTNING_DETECTED_PORT: $APP_MEMPOOL_LIGHTNING_NODE_PORT
|
||||||
AUDIT: true
|
AUDIT: "true"
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv4_address: $APP_MEMPOOL_IP
|
ipv4_address: $APP_MEMPOOL_IP
|
||||||
@ -60,9 +60,9 @@ services:
|
|||||||
LND_REST_API_URL: "https://$APP_MEMPOOL_LIGHTNING_NODE_IP:$APP_MEMPOOL_LIGHTNING_NODE_REST_PORT"
|
LND_REST_API_URL: "https://$APP_MEMPOOL_LIGHTNING_NODE_IP:$APP_MEMPOOL_LIGHTNING_NODE_REST_PORT"
|
||||||
LND_TIMEOUT: 120000
|
LND_TIMEOUT: 120000
|
||||||
NODE_OPTIONS: "--max-old-space-size=2048"
|
NODE_OPTIONS: "--max-old-space-size=2048"
|
||||||
BLOCKS_SUMMARIES_INDEXING: true
|
BLOCKS_SUMMARIES_INDEXING: "true"
|
||||||
GOGGLES_INDEXING: true
|
GOGGLES_INDEXING: "true"
|
||||||
AUDIT: true
|
AUDIT: "true"
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv4_address: $APP_MEMPOOL_API_IP
|
ipv4_address: $APP_MEMPOOL_API_IP
|
||||||
|
Loading…
Reference in New Issue
Block a user