NagyZoltanPeter
|
a8a3a8a672
|
Adjusted run params, port expose to outer, 1.5GB db size retention, use of waku-test fleet
|
2024-03-11 16:26:01 +01:00 |
|
NagyZoltanPeter
|
e2ce4d55a7
|
Update for rc test v0.26.0-rc.0
|
2024-03-07 18:09:09 +01:00 |
|
NagyZoltanPeter
|
5ebd0eebee
|
fix image tag
|
2024-02-09 14:45:15 +01:00 |
|
NagyZoltanPeter
|
2b3c73df8e
|
Separate branch prepared to support release candidate testing of the shelves
|
2024-02-09 14:04:50 +01:00 |
|
gabrielmer
|
47fbd2fce4
|
chore: updating image to release 0.24.0 (#41)
|
2024-01-26 11:00:29 +01:00 |
|
Ivan FB
|
d0e107f1ef
|
Merge pull request #39 from waku-org/fix-keystore-path
docker-compose.yml: keystore.json file should be mounted like a file
|
2024-01-12 11:25:47 +01:00 |
|
Ivan Folgueira Bande
|
ce81e63c9b
|
docker-compose.yml: keystore.json file should be mounted like a file
|
2024-01-11 19:11:01 +01:00 |
|
Vaclav Pavlin
|
ab608330d5
|
Merge pull request #8 from waku-org/feat/certs-dir-mount
feat: allow mounting custom certs dir
|
2024-01-10 17:03:21 +01:00 |
|
Prem Chaitanya Prathi
|
182c8f710d
|
fix:errors noticed when upgrading from older version
|
2024-01-09 16:12:20 +05:30 |
|
Václav Pavlín
|
48a9065135
|
feat: allow mounting custom certs dir
|
2024-01-05 10:34:20 +01:00 |
|
Vaclav Pavlin
|
3a213909f9
|
Merge pull request #27 from waku-org/feat/dot-env
feat: add support for .env
|
2024-01-03 09:40:35 +01:00 |
|
Gabriel Mermelstein
|
5bd2e5cb6b
|
fix: using new pubsub-topic flag and updating version to v0.22.0-rc.0
|
2023-11-13 18:30:28 +02:00 |
|
Václav Pavlín
|
20f91f4242
|
feat: add support for .env
|
2023-11-13 12:55:56 +01:00 |
|
Gabriel Mermelstein
|
ee4ba261f2
|
updating images to v0.21.3
|
2023-11-09 17:06:43 +02:00 |
|
alrevuelta
|
27ba87a7e2
|
fixes
|
2023-11-07 19:14:56 +01:00 |
|
alrevuelta
|
83ee9f31b1
|
comment
|
2023-11-07 19:05:11 +01:00 |
|
alrevuelta
|
8da005300c
|
update
|
2023-11-07 19:01:28 +01:00 |
|
alrevuelta
|
b87bd69134
|
Add topics for autosharding
|
2023-11-07 13:39:40 +01:00 |
|
alrevuelta
|
5405502990
|
temp
|
2023-11-07 11:45:52 +01:00 |
|
alrevuelta
|
55f8f3b9c9
|
Integrate waku-frontend
|
2023-11-01 16:45:46 +01:00 |
|
alrevuelta
|
7869e2a327
|
Use cluster-id=1 for the waku network
|
2023-11-01 16:14:01 +01:00 |
|
Gabriel Mermelstein
|
2c071a4842
|
Fixing contract address and updating nwaku image
|
2023-11-01 16:04:11 +01:00 |
|
Gabriel Mermelstein
|
99454e3b50
|
fixing RLN contract address
|
2023-11-01 16:03:29 +01:00 |
|
Gabriel Mermelstein
|
1ef2aa5503
|
Refactoring and adding optional rln env variables
|
2023-11-01 16:03:14 +01:00 |
|
Gabriel Mermelstein
|
bb2271acdc
|
Changing new parameters to env variables and updating README
|
2023-11-01 16:03:12 +01:00 |
|
Gabriel Mermelstein
|
083051da55
|
feat: adding RLN support for nwaku-compose
|
2023-11-01 16:02:41 +01:00 |
|
Václav Pavlín
|
7c53b4ba4c
|
fix: use volume for PG data
|
2023-10-18 14:40:03 +02:00 |
|
Alvaro Revuelta
|
41a4490999
|
Merge pull request #12 from waku-org/support-rest
Support rest api
|
2023-10-03 16:29:40 +02:00 |
|
Gabriel Mermelstein
|
da1baf8ca1
|
chore: adding maximum of 5 retries on failure
|
2023-10-03 15:34:52 +03:00 |
|
Alvaro Revuelta
|
e75e4ce35c
|
Update docker-compose.yml
|
2023-10-02 15:06:18 +02:00 |
|
Ivan Folgueira Bande
|
a80d52da1e
|
docker-compose.yml: hard-code PG version to be 15.4
|
2023-09-25 17:50:18 +02:00 |
|
Václav Pavlín
|
ab6d90aa19
|
chore: update to nwaku v0.20.0
|
2023-09-20 13:17:28 +02:00 |
|
Václav Pavlín
|
a8dec843af
|
feat: add support for WSS, nodekey and extra args
|
2023-09-05 17:58:20 +02:00 |
|
Ivan Folgueira Bande
|
13ad7626f8
|
waku metrics, rpc, and prometheus ports accessible only from 127.0.0.1
|
2023-08-10 10:52:46 +02:00 |
|
Ivan Folgueira Bande
|
6dd62d26a1
|
Restrict the grafana's port to be accessible from localhost
This is to align with the comment in the README.md.
|
2023-08-09 16:04:49 +02:00 |
|
Ivan Folgueira Bande
|
44f480bd91
|
Avoid exposing postgres ports as they might collide with a running PG instance
This comes from Vaclav's advice given that kind of port collisions are
quite likely to happen.
|
2023-08-09 16:03:57 +02:00 |
|
alrevuelta
|
2a3679cc8b
|
Initial release of nwaku-compose
|
2023-08-09 12:36:03 +02:00 |
|