Fix query service schema and set startBlock for pruned RPC

- Change query service --name=app to --name=project to match node schema
- Set startBlock to 185900 (RPC endpoints are pruned, no archive available)
This commit is contained in:
2026-02-13 02:51:44 +03:00
parent 74e29b92f4
commit 9922e8ba89
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,5 +50,5 @@ services:
DB_HOST: postgres
DB_PORT: 5432
command:
- --name=app
- --name=project
- --playground