0xEigenLabs / eigen-prover

Eigen zkVM's Proving Service
33 stars 9 forks source link

chore: add Dockerfile #92

Closed JangoCCC closed 3 months ago

JangoCCC commented 3 months ago

TODO: add diesel migration in dockerfile

eigmax commented 3 months ago

We will remove the StateDb from this Repo, so ignore the diesel. @JangoCCC

JangoCCC commented 3 months ago

We will remove the StateDb from this Repo, so ignore the diesel. @JangoCCC

So we don't need the postgres database either?

eigmax commented 3 months ago

Yes! We'll use another kind of database to store account state and scheduler state. Cc @BC-A @captainlee1024

JangoCCC commented 3 months ago

Note: env var DATABASE_URL is still needed for statedb, which is not set in the docker file. But as mentioned above, we will remove the statedb in the future.