File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ services:
2
2
spy :
3
3
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4
4
image : ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
5
+ restart : on-failure
5
6
command :
6
7
- " spy"
7
8
- " --nodeKey"
@@ -17,6 +18,7 @@ services:
17
18
price-service :
18
19
# Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server
19
20
image : public.ecr.aws/pyth-network/xc-server:v3.0.0
21
+ restart : on-failure
20
22
# Or alternatively use a locally built image
21
23
# image: pyth_price_server
22
24
environment :
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ services:
2
2
spy :
3
3
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
4
4
image : ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
5
+ restart : on-failure
5
6
command :
6
7
- " spy"
7
8
- " --nodeKey"
@@ -17,6 +18,7 @@ services:
17
18
price-service :
18
19
# Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server
19
20
image : public.ecr.aws/pyth-network/xc-server:v3.0.0
21
+ restart : on-failure
20
22
# Or alternatively use a locally built image
21
23
# image: pyth_price_server
22
24
environment :
You can’t perform that action at this time.
0 commit comments