42 Commits

Author SHA1 Message Date
Felipe Knorr Kuhn
a79d715ad4 Fix Docker config file to use the correct types 2023-05-14 14:26:38 -07:00
Mononaut
725e1cabb6 Add explicit timeout to mysql DB queries 2023-04-28 19:21:03 -06:00
nymkappa
e8c4a2ca03 [config] fix docker esplora config and template 2023-04-08 10:42:08 +09:00
nymkappa
545bef0cf9 [config] add missing RETRY_UNIX_SOCKET_AFTER 2023-04-07 13:28:32 +09:00
wiz
21349979e8 Merge branch 'master' into ops/esplora-unix-sockets 2023-03-21 14:29:06 +09:00
wiz
6a3f35f0f8 Merge branch 'master' into nymkappa/configurable-timeout 2023-03-20 17:38:40 +09:00
nymkappa
e7b72e1ea4 Make lnd timeout configurable 2023-03-20 16:35:44 +09:00
nymkappa
100daab4db Make bitcoin core timeout configurable 2023-03-20 16:15:40 +09:00
softsimon
132b52be15 Correcting docker disk cache config variable 2023-03-20 16:12:56 +09:00
softsimon
e1770cc9a2 Removing Sigterm. Cache write block interval configuration. 2023-03-20 15:46:05 +09:00
wiz
6bd5b05092 Fix boolean configuration option in docker backend config 2023-03-19 17:49:37 +09:00
wiz
68c1e4b1aa Add Maxmind GeoIP Lite download to Docker build 2023-03-19 17:49:08 +09:00
nymkappa
1c488b6288 Add missing MAXMIND in docker configs - Remove duplicated __MEMPOOL_INDEXING_BLOCKS_AMOUNT__ 2023-03-19 15:39:17 +09:00
Mononaut
b6fe0e0f33 Add axios support for esplora unix sockets 2023-03-13 14:53:44 +09:00
Felipe Knorr Kuhn
7a24713fb8 Fix typo in bulk config variable 2023-03-07 12:29:00 -08:00
nymkappa
06a83efef0 Add config.MEMPOOOL.MAX_BLOCKS_BULK_QUERY parameter (default to 0, API disable) 2023-02-25 14:22:17 +09:00
nymkappa
d0e52f3695 Remove config.MEMPOOL.PRICE_FEED_UPDATE_INTERVAL 2023-02-16 09:44:52 +09:00
Mononaut
240b4cb6e2 Add audit / block health config feature flag 2023-02-14 12:32:30 -06:00
Mononaut
bfadcd2d45 Swap TRANSACTION_INDEXING for CPFP_INDEXING in docker config 2023-01-09 10:36:08 -06:00
Mononaut
17a34fef0c Add missing vars to docker config & readme 2023-01-09 10:36:08 -06:00
softsimon
f1e7ea0837 Adding MEMPOOL.ENABLED config to Docker 2022-10-21 21:08:48 +04:00
Wes van der Vleuten
97e918e212 Fixed CLN to CLIGHTNING 2022-09-05 19:02:36 +02:00
Wes van der Vleuten
5847551aaa Added missing backend docker config 2022-09-01 06:50:42 +02:00
nymkappa
918d991cdd Disable automatic block re-indexing by default 2022-07-09 19:04:35 +02:00
nymkappa
f98b829678 Index block summaries in db 2022-06-18 16:48:02 +02:00
Ayanami
0cc970ce68 Added missing config value
addressing comments from @knorrium
2022-06-07 04:16:36 +09:00
Djuri Baars
bc729dc6f4 Add MySQL socket support 2022-03-14 13:45:34 +01:00
nymkappa
e960211ea1 Add missing docker configuration variable 2022-02-11 14:22:59 +09:00
Antoni Spaanderman
c1e83c9c7c Merge branch 'master' into log-priority 2022-02-07 08:59:01 +01:00
Felipe Knorr Kuhn
ff20316d2e Rename PRICENODE to PRICE_DATA_SERVER 2022-02-05 07:58:35 -08:00
Felipe Knorr Kuhn
78090a9676 Make the Currency Conversion Service URLs configurable and log when queried 2022-02-04 22:48:16 -08:00
Antoni Spaanderman
26af45f8e2 Update docker/backend/mempool-config.json
oops (2)

Co-authored-by: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com>
2022-02-04 20:03:36 +01:00
Antoni Spaanderman
f5f97806bb add STDOUT_LOG_MIN_PRIORITY to README and docker config 2022-02-04 19:19:32 +01:00
Felipe Knorr Kuhn
e036c7a5b4 Update README, reference config files and Docker with the new SOCKS config 2022-02-03 23:21:19 -08:00
Felipe Knorr Kuhn
33f5a4d215 Normalize Docker environment variables and backend JSON keys 2022-01-12 21:20:14 -08:00
Felipe Knorr Kuhn
a16a4af480 Update the template backend mempool-config.json file used by the Docker image 2022-01-09 22:18:29 -08:00
bguillaumat
6164a00303 Update var from ELECTRS to ELECTRUM for more compatibility 2021-02-26 09:04:14 +01:00
bguillaumat
71447b6b31 Update docker mempool-config 2021-02-25 10:33:04 +01:00
Bastien Guillaumat
5fbc952fda Re-implement Docker workflow using GitHub Actions (#326)
* Recreate a docker dir with all docker files inside and add init.sh
* Add docker/README.md with example docker-compose.xml
* Add mysql vars for mempool-config.json
* Port can be set from env var in docker-compose.xml
* Update docker-compose.xml example to use latest tag
* Remove armv7 architecture from build workflow
* Remove master git-hash file
* Remove useless ':' in sed
2021-02-10 22:51:01 +09:00
Bastien
c6296bc06c Set all dir to be dockerized 2021-02-02 23:45:54 +01:00
Bastien Guillaumat
bca00e81b1 Apply Wiz suggestions
Co-authored-by: wiz <j@wiz.biz>
2021-02-02 16:34:21 +01:00
Bastien
d28f8d11bf Add docker dir to build mempool containers 2021-02-01 17:25:08 +01:00