From d0de9507b80f5dc3f541db45a5a2e60127b4bdef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 27 Sep 2023 20:42:14 +0200 Subject: [PATCH] readme: add section about deployed infrastructure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e14c6c3..a6e6310 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,12 @@ in case arp tables are overflowing: ``` sysctl net.ipv4.neigh.default.gc_thresh3=32000 ``` + +# Infrastructure + +An instance of this service is deployed at https://simulator.waku.org/. + +It is configured using [`wakusim.env`](./wakusim.env) file, and new changes to this repository are picked up using a [GitHub webhook handler](https://github.com/status-im/infra-role-github-webhook). +The docker images used are updated using [Watchtower](https://github.com/containrrr/watchtower) as well. + +For details on how it works please read the [Ansible role readme file](https://github.com/status-im/infra-misc/blob/master/ansible/roles/waku-simulator/). The original deployment issue can be found [here](https://github.com/status-im/infra-nim-waku/issues/79).