Commit Graph

50 Commits

Author SHA1 Message Date
softsimon
06d1bbdf03
Merge branch 'master' into cookie 2023-11-11 12:57:49 +09:00
softsimon
172c77328b
Changing setting to per hour 2023-08-03 18:22:52 +09:00
softsimon
b213f43a91
Erasing unused PRICE_DATA_SERVER from readme 2023-08-03 17:43:03 +09:00
softsimon
bcb3b39bd8
Updating start.sh and README 2023-08-03 17:43:02 +09:00
Antoni Spaanderman
0d69ad43ab
fix config issues 2023-06-18 20:34:56 +02:00
Antoni Spaanderman
e9386ec003
Add Bitcoin Core RPC cookie authentication option 2023-06-18 19:16:07 +02:00
Peter
5f3fd85834 the last two docker-compose overrides need MEMPOOL_ in front 2023-06-15 21:39:51 -04:00
Mononaut
e05f2198d5
Add explicit timeout to mysql DB queries 2023-04-28 19:21:03 -06:00
nymkappa
d6913b6439
[config] add missing RETRY_UNIX_SOCKET_AFTER 2023-04-07 13:28:32 +09:00
wiz
ccab8b16bf
Merge branch 'master' into ops/esplora-unix-sockets 2023-03-21 14:29:06 +09:00
wiz
cce7dd917f
Merge branch 'master' into nymkappa/configurable-timeout 2023-03-20 17:38:40 +09:00
nymkappa
c6e063ea2f
Make lnd timeout configurable 2023-03-20 16:35:44 +09:00
nymkappa
81d563381a
Make bitcoin core timeout configurable 2023-03-20 16:15:40 +09:00
softsimon
517cf613c1
Removing Sigterm. Cache write block interval configuration. 2023-03-20 15:46:05 +09:00
wiz
32c2db2153
Fix backend docker config path for GeoIP data 2023-03-19 18:42:38 +09:00
wiz
e2e71c7a46
Add Maxmind GeoIP Lite download to Docker build 2023-03-19 17:49:08 +09:00
nymkappa
af6d115dbb
Add missing MAXMIND in docker configs - Remove duplicated __MEMPOOL_INDEXING_BLOCKS_AMOUNT__ 2023-03-19 15:39:17 +09:00
Mononaut
96a41400f4
Add axios support for esplora unix sockets 2023-03-13 14:53:44 +09:00
nymkappa
57fb305452
Update missing "pools.json" -> "pools-v2.json" 2023-02-26 13:54:43 +09:00
nymkappa
5d7c9f9315
Add config.MEMPOOOL.MAX_BLOCKS_BULK_QUERY parameter (default to 0, API disable) 2023-02-25 14:22:17 +09:00
nymkappa
ce012b7d55
Remove config.MEMPOOL.PRICE_FEED_UPDATE_INTERVAL 2023-02-16 09:44:52 +09:00
softsimon
f1188efb40
Merge pull request #2857 from Piterden/patch-1
Added syntax highlight
2023-01-26 17:38:38 +04:00
Mononaut
f5922b7b71
Swap TRANSACTION_INDEXING for CPFP_INDEXING in docker config 2023-01-09 10:36:08 -06:00
Mononaut
7f903b0331
Add missing vars to docker config & readme 2023-01-09 10:36:08 -06:00
Denis Efremov
1b9056298a
Added syntax highlight 2022-12-17 21:59:39 +03:00
softsimon
9e0a91efd2
Updating Docker README 2022-10-21 21:08:48 +04:00
Wes van der Vleuten
50ae075b1f
Fixed CLN to CLIGHTNING 2022-09-05 19:02:36 +02:00
nymkappa
2435d12181
Add missing lightning configuration variables where needed 2022-08-19 22:08:36 +02:00
nymkappa
aed37afb3e
Add missing config in docker script and sample 2022-08-09 17:26:14 +02:00
hunicus
2be6c19ba2
Fix typo in docker docs 2022-06-24 13:55:26 -04:00
hunicus
539d41f19e
Add k3tan video link to docker readme 2022-06-15 15:51:11 -04:00
hunicus
b7c918b79d
Mention "esplora" value for blockstream/electrs 2022-05-26 22:13:37 -04:00
hunicus
9a45dea52f
Caution about manual installs in docker readme 2022-05-26 17:42:14 -04:00
Felipe Knorr Kuhn
5d5be6f05d
Fix ELECTRUM_TLS_ENABLED Docker variable 2022-05-12 10:17:53 -07:00
hunicus
9a2043fab2
Remove $ from commands in repo docs 2022-05-09 02:35:03 -04:00
hunicus
9753af1fed
Move docker docs to ./docker/readme + edit 2022-05-03 14:08:26 -04:00
Felipe Knorr Kuhn
831cd580e0
Delete Docker README 2022-01-12 17:18:52 -08:00
Felipe Knorr Kuhn
ce8518ad58
List all environment variables to override in the README 2022-01-10 23:31:05 -08:00
Felipe Knorr Kuhn
467cac7d4d
Remove the troubleshooting section from the Docker README 2022-01-10 22:11:02 -08:00
Felipe Knorr Kuhn
3a0fb2015a
Address feedback on the Docker README 2022-01-10 22:06:15 -08:00
Felipe Knorr Kuhn
bfb5abaa71
Update Docker README file 2022-01-10 21:10:58 -08:00
softsimon
24f76f2f37
Remove all references to SQL tables import
fixes #1045
2022-01-05 13:26:36 +04:00
bguillaumat
9e2581d734 Update var from ELECTRS to ELECTRUM for more compatibility 2021-02-26 09:04:14 +01:00
bguillaumat
4a24a173d3 Update docker README 2021-02-25 10:40:14 +01:00
bguillaumat
05098b1141 Update docker mempool-config 2021-02-25 10:33:04 +01:00
pox
26ba41cb91
a bit of formatting for the docker readme (#348) 2021-02-18 11:11:31 +07:00
wiz
2085833720
Fix docker/README example docker-compose.xml to use latest tag 2021-02-10 22:56:42 +09:00
Bastien Guillaumat
20ff62779d
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
543fe8c735 Set all dir to be dockerized 2021-02-02 23:45:54 +01:00
Bastien
feb5e96323 Add docker dir to build mempool containers 2021-02-01 17:25:08 +01:00