Commit graph

31 commits

Author SHA1 Message Date
natsoni
4e45993d41
Add missing additional currencies flag in frontend config 2024-03-19 12:07:25 +09:00
softsimon
9fa6d232d9
Merge pull request #4696 from mempool/dependabot/docker/docker/frontend/node-20.11.1-buster-slim
Bump node from 20.8.0-buster-slim to 20.11.1-buster-slim in /docker/frontend
2024-03-18 11:40:03 +09:00
dependabot[bot]
3041540283
Bump node in /docker/frontend
Bumps node from 20.8.0-buster-slim to 20.11.1-buster-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 02:30:33 +00:00
dependabot[bot]
d982938366
Bump nginx from 1.24.0-alpine to 1.25.4-alpine in /docker/frontend
Bumps nginx from 1.24.0-alpine to 1.25.4-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 02:30:26 +00:00
Felipe Knorr Kuhn
679e967241
Add missing ACCELERATOR variable 2023-09-29 20:14:40 -07:00
Felipe Knorr Kuhn
fba4759ba1
Update node base images to 20.8.0 2023-09-29 19:16:06 -07:00
Felipe Knorr Kuhn
ad77b3a6c9
Update the frontend base and ngnix images 2023-09-29 19:04:37 -07:00
dni ⚡
cc27c0159e
[BUG]: Update frontend entrypoint.sh
Typo of variable LIQUID_ENABLED
2023-07-28 23:04:44 +02:00
Mononaut
17866f80bd
Remove frontend FULL_RBF_ENABLED flag 2023-07-18 11:01:35 +09:00
Mononaut
3355419761
fix missing FULL_RBF_ENABLED config entries 2023-05-03 13:00:22 -06:00
wiz
75303c7a34
docker: Minor tweak to frontend entrypoint LND detection 2023-03-21 21:50:46 +09:00
wiz
876feef53f
Fix frontend docker entrypoint umbrel LND detection 2023-03-21 18:11:10 +09:00
wiz
cb8fdb5e8d
Hack docker frontend entrypoint to auto-enable lightning 2023-03-21 15:57:22 +09:00
nymkappa
d5342a4e9a
Add frontend config flag to toggle historical price fetching 2023-03-01 17:26:53 +09:00
Mononaut
8f2255a7a2
Add audit / block health config feature flag 2023-02-14 12:32:30 -06:00
Felipe Knorr Kuhn
3e99605870
Add the missing block audit variables to the Docker script 2023-01-05 16:36:38 -08:00
Felipe Knorr Kuhn
f27abb1421
Change ownership of /var/www/mempool to the Docker user 2022-10-16 14:41:39 -07:00
Felipe Knorr Kuhn
5bfc8a9d58
Use a single command to find the config path 2022-10-16 08:40:22 -07:00
Felipe Knorr Kuhn
670f85b1f5
Copy the sample config before building the frontend 2022-10-16 08:39:44 -07:00
Felipe Knorr Kuhn
cfa8a9a7d6
Update the Docker frontend startup script to read and replace runtime config values 2022-10-15 19:46:30 -07:00
wiz
c5e8a83ebb
Update to Node.js v16.16.0, use shared zlib for prod 2022-07-08 17:22:56 +02:00
wiz
d57193c269
Fix npm install commands in Dockerfiles and ops scripts 2022-07-07 18:53:17 +02:00
Felipe Knorr Kuhn
212cced969
Update the recommended node version to v16.5.0 (LTS) 2022-05-09 21:59:09 -07:00
Felipe Knorr Kuhn
e00234dfb9
Set Dockerfiles to use Node v16.10.0 2021-12-06 23:52:23 -08:00
Felipe Knorr Kuhn
f6e4907128 skip downloading the Cypress binary on Docker 2021-06-26 16:48:57 -07:00
Felipe Knorr Kuhn
446bdfebea update FE Dockerfile to read short sha 2021-06-25 23:47:19 -07: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
91d4017aa6 Update ENV_VARIABLES in scripts && Fix some errors 2021-02-02 17:54:01 +01:00
Bastien Guillaumat
6efe055003
Apply Wiz suggestions
Co-authored-by: wiz <j@wiz.biz>
2021-02-02 16:34:21 +01:00
Bastien
feb5e96323 Add docker dir to build mempool containers 2021-02-01 17:25:08 +01:00