Save the scheduler to disk

This is a horrible impl which does a full ser of everything on every change.
It's just the minimal changes to resolve this TODO and able testnet deployment.
This commit is contained in:
Luke Parker
2023-07-30 14:11:04 -04:00
parent d8033504c8
commit 2815046b21
5 changed files with 144 additions and 29 deletions

View File

@@ -25,7 +25,7 @@ services:
entrypoint: /scripts/entry-dev.sh
# TODO: Use expose, not ports
ports:
- "18443"
- "18443:18443"
ethereum:
profiles:
@@ -50,7 +50,7 @@ services:
entrypoint: /scripts/entry-dev.sh
# TODO: Use expose, not ports
ports:
- "18081"
- "18081:18081"
# Infrastructure