Add a stack for Gelato watcher (#394)

* Add a stack for Gelato watcher

* Add option to create and use a state snapshot

* Add commands to create and import a state checkpoint

* Rename ipld-eth-server endpoint env variables

* Fix default env variable

Former-commit-id: 8b4b5deba8
This commit is contained in:
prathamesh0
2023-05-16 09:09:08 +05:30
committed by GitHub
parent a93fa93d26
commit 5c7d445500
15 changed files with 395 additions and 3 deletions
@@ -15,6 +15,6 @@ WORKDIR /app
COPY . .
RUN echo "Building mobymask-v2-watcher-ts" && \
yarn && yarn build
yarn && yarn build
WORKDIR /app