codex.test: avoid clashes of Codex discovery port

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-04-13 23:15:23 +02:00
parent 879af5e2e9
commit 09b819f4a4
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ geth_bootnodes:
nim_codex_service_name: 'nim-codex-{{ "%02d"|format(idx|int+1) }}'
nim_codex_rest_port: '{{ 5052 + idx|int }}'
nim_codex_listening_port: '{{ 9000 + idx|int }}'
nim_codex_discovery_port: '{{ 9000 + idx|int }}'
nim_codex_repo_branch: 'main'
nim_codex_eth_public_key: '{{ eth_public_keys[node["pubkey"]] }}'

View File

@ -31,7 +31,7 @@
- name: infra-role-nim-codex
src: git@github.com:status-im/infra-role-nim-codex.git
version: de582958d9dfa4663b8f56b0770a6326c52d98b6
version: 6d14fb1c3b4cb4db4eba212c8a9d2391a3b1d5e3
scm: git
- name: systemd-timer