mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user