-
Notifications
You must be signed in to change notification settings - Fork 7
Chore/deploy #437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/deploy #437
Changes from 53 commits
e555918
c6c9af7
3bcc672
643e814
a17231d
d023e80
4dbb3c3
1d3a917
a2eb880
14d4495
6c2dae9
26985af
317272b
4b14b1d
a3cc948
e7dae43
2ab1be0
f16466f
2b4a749
10e123e
a955ad8
eaadc7c
438bc01
4a0b833
336b247
d5a6f28
785e2d4
60ba6cf
b33956c
ff8ee2b
37528a1
9a6a626
1c0d4db
f0d3305
5e683ec
e6df6fa
bde0780
7f7dbb4
ab37c59
cb7f984
b73cd89
0066b07
6232598
08d664f
511e71c
c159af8
7964718
508e557
43a7117
d400265
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| services: | ||
| validator: | ||
| build: | ||
| context: . | ||
| dockerfile: ./validator-cli/Dockerfile | ||
| command: yarn start --saveSnapshot | ||
| env_file: | ||
| - path: ./validator-cli/.env | ||
| required: true | ||
| restart: unless-stopped | ||
| networks: | ||
| - vea-network | ||
|
|
||
| relayer: | ||
| build: | ||
| context: . | ||
| dockerfile: ./relayer-cli/Dockerfile | ||
| env_file: | ||
| - path: ./relayer-cli/.env | ||
| required: true | ||
| restart: unless-stopped | ||
| networks: | ||
| - vea-network | ||
| networks: | ||
| vea-network: |
Uh oh!
There was an error while loading. Please reload this page.