Fix rgs entrypoint

This commit is contained in:
benthecarman
2023-04-09 00:44:41 -05:00
parent a04564633f
commit 4fc5e30440

View File

@@ -78,7 +78,7 @@ services:
BITCOIN_REST_DOMAIN: bitcoind BITCOIN_REST_DOMAIN: bitcoind
BITCOIN_REST_PORT: 38332 BITCOIN_REST_PORT: 38332
LN_PEERS: 02ccae6cf587b54d934f512ef1941e8a17e243f4c81628b0bc2df307295de28870@lnd:9735 # lnd's node id LN_PEERS: 02ccae6cf587b54d934f512ef1941e8a17e243f4c81628b0bc2df307295de28870@lnd:9735 # lnd's node id
command: 'cargo run --release' entrypoint: ["rapid-gossip-sync-server"]
postgres: postgres:
container_name: "postgres" container_name: "postgres"