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:
22 spy :
33 # Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
44 image : ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
5+ restart : on-failure
56 command :
67 - " spy"
78 - " --nodeKey"
@@ -17,6 +18,7 @@ services:
1718 price-service :
1819 # Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server
1920 image : public.ecr.aws/pyth-network/xc-server:v3.0.0
21+ restart : on-failure
2022 # Or alternatively use a locally built image
2123 # image: pyth_price_server
2224 environment :
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ services:
22 spy :
33 # Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
44 image : ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
5+ restart : on-failure
56 command :
67 - " spy"
78 - " --nodeKey"
@@ -17,6 +18,7 @@ services:
1718 price-service :
1819 # Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server
1920 image : public.ecr.aws/pyth-network/xc-server:v3.0.0
21+ restart : on-failure
2022 # Or alternatively use a locally built image
2123 # image: pyth_price_server
2224 environment :
You can’t perform that action at this time.
0 commit comments