wiz
8fc3054a86
Merge branch 'master' into external_assets_defaults
2022-02-07 06:34:54 +00:00
Felipe Knorr Kuhn
20c28ae9f9
Add EXTERNAL_ASSETS defaults to the Docker start script and the README
2022-02-05 21:24:24 -08:00
Felipe Knorr Kuhn
ff20316d2e
Rename PRICENODE to PRICE_DATA_SERVER
2022-02-05 07:58:35 -08:00
Felipe Knorr Kuhn
38db073726
Reduce currency rates polling interval from 1 hour to 10 minutes
2022-02-05 00:33:16 -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
Felipe Knorr Kuhn
e036c7a5b4
Update README, reference config files and Docker with the new SOCKS config
2022-02-03 23:21:19 -08:00
nymkappa
6e61de3a96
Small improvements on the mining page UX
...
- INDEXING_BLOCKS_AMOUNT = 0 disable indexing, INDEXING_BLOCKS_AMOUNT = -1 indexes everything
- Show only available timespan in the mining page according to available datas
- Change default INDEXING_BLOCKS_AMOUNT to 1100
Don't use unfiltered mysql user input
Enable http cache header for mining pools (1 min)
2022-01-28 15:01:24 +09:00
nymkappa
7188d0d55d
Added MEMPOOL.INDEXING_BLOCKS_AMOUNT in the config (default 432 blocks)
2022-01-28 15:01:23 +09:00
Felipe Knorr Kuhn
e814c3c68f
Fix typos in the JSON keys
2022-01-13 00:08:07 -08:00
Felipe Knorr Kuhn
bf45d8b9ca
Fetch the dereferenced commit from the tag
2022-01-12 22:36:24 -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
109233b892
Delete Docker README
2022-01-12 17:18:52 -08:00
Felipe Knorr Kuhn
73d5620bc6
List all environment variables to override in the README
2022-01-10 23:31:05 -08:00
Felipe Knorr Kuhn
03d1303295
Make the RPC user and pass explicit in the example docker-compose file
2022-01-10 23:30:31 -08:00
Felipe Knorr Kuhn
39b21b057b
Remove the troubleshooting section from the Docker README
2022-01-10 22:11:02 -08:00
Felipe Knorr Kuhn
d5fb4bd6b3
Address feedback on the Docker README
2022-01-10 22:06:15 -08:00
Felipe Knorr Kuhn
83525b8c1b
Update Docker README file
2022-01-10 21:10:58 -08:00
Felipe Knorr Kuhn
bd3caa28b8
Update the reference docker-compose.yml file
2022-01-10 21:09:06 -08:00
Felipe Knorr Kuhn
1460338ac9
Add the empty directories needed by docker-compose
2022-01-10 20:31:36 -08:00
Felipe Knorr Kuhn
40bf423a07
Set statistics to enabled by default
2022-01-10 16:10:34 -08:00
Felipe Knorr Kuhn
85a37c9932
Fix a few sed commands in the Docker backend start script that needed escaping
2022-01-10 00:42:42 -08:00
Felipe Knorr Kuhn
d7d963b3df
Fix typo on the docker start script
2022-01-10 00:08:42 -08:00
Felipe Knorr Kuhn
f348fb1318
Make every backend parameter configurable via environment variables
2022-01-09 22:19:04 -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
softsimon
e006a2b527
Remove all references to SQL tables import
...
fixes #1045
2022-01-05 13:26:36 +04:00
Felipe Knorr Kuhn
0c9c69cfc4
Set Dockerfiles to use Node v16.10.0
2021-12-06 23:52:23 -08:00
Felipe Knorr Kuhn
82e1d18203
Add script to pull digests from docker images ( #705 )
2021-08-27 19:04:51 +09:00
Felipe Knorr Kuhn
d6d6465638
Fix non-deterministic TypeScript version on Dockerfile
2021-08-27 00:28:05 -07:00
Felipe Knorr Kuhn
b246a45149
skip downloading the Cypress binary on Docker
2021-06-26 16:48:57 -07:00
Felipe Knorr Kuhn
ef01aaeade
update FE Dockerfile to read short sha
2021-06-25 23:47:19 -07:00
Felipe Knorr Kuhn
c4aacb955b
fixes to the electrum Dockerfile
2021-03-24 16:24:04 -07:00
randymcmillan
8fa42257b5
deploy: add Makefile for easier docker deploy
2021-03-23 19:57:04 -04:00
bguillaumat
6164a00303
Update var from ELECTRS to ELECTRUM for more compatibility
2021-02-26 09:04:14 +01:00
bguillaumat
34a307d407
Update docker README
2021-02-25 10:40:14 +01:00
bguillaumat
71447b6b31
Update docker mempool-config
2021-02-25 10:33:04 +01:00
pox
8276d7c11e
a bit of formatting for the docker readme ( #348 )
2021-02-18 11:11:31 +07:00
wiz
c6a4ff0f7b
Fix docker/README example docker-compose.xml to use latest tag
2021-02-10 22:56:42 +09: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
99ddc33e62
Default dir should be the same than config-mempool.json
2021-02-02 19:25:33 +01:00
Bastien
9f6a8846cd
Fix ENV_VAR issues
2021-02-02 19:20:05 +01:00
Bastien
7109f74639
Update package.json && Fix start.sh script
2021-02-02 18:01:23 +01:00
Bastien
b24a955860
Update ENV_VARIABLES in scripts && Fix some errors
2021-02-02 17:54:01 +01:00
Bastien Guillaumat
bca00e81b1
Apply Wiz suggestions
...
Co-authored-by: wiz <j@wiz.biz>
2021-02-02 16:34:21 +01:00
Bastien
bf7d58cd44
Update build.sh
2021-02-01 18:17:50 +01:00
Bastien
d28f8d11bf
Add docker dir to build mempool containers
2021-02-01 17:25:08 +01:00