report expiry and availability correctly

This commit is contained in:
Alain Brenzikofer
2026-09-04 08:42:48 +02:00
parent e670d9fa37
commit 9b2ff82cc7
4 changed files with 540 additions and 13 deletions
+8
View File
@@ -150,6 +150,14 @@ services:
# only if you're deploying against a different network or contract.
# SNRC_REGISTRY_TESTING: 0x...
# SNRC_REGISTRY_SIMPLEX: 0x...
# Registrar and controller addresses, same cascade. The registrar
# drives the expiry status on /resolve; without it status reads
# "unknown". The controller drives the "reserved" status; without it a
# reserved name reads as "unregistered".
# SNRC_REGISTRAR_TESTING: 0x...
# SNRC_REGISTRAR_SIMPLEX: 0x...
# SNRC_CONTROLLER_TESTING: 0x...
# SNRC_CONTROLLER_SIMPLEX: 0x...
ports:
- "127.0.0.1:8000:8000"
restart: unless-stopped