refactor framework interface, simplify basic and whitelisted, bring expensive on and rewrite it.

This commit is contained in:
fiatjaf
2022-07-24 16:55:59 -03:00
parent 84f7d34840
commit aa96fa0a21
28 changed files with 743 additions and 369 deletions

View File

@@ -13,7 +13,7 @@ services:
condition: service_healthy
ports:
- 2700:2700
command: "./basic/relayer"
command: "./basic/relayer-basic"
postgres:
image: postgres
@@ -29,4 +29,4 @@ services:
test: ["CMD-SHELL", "pg_isready -U nostr"] # database username here - nostr, should be changed if other user
interval: 10s
timeout: 5s
retries: 5
retries: 5