Update docker compose images (#635)
This commit is contained in:
parent
40cf49ec05
commit
bf49774fab
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
spy:
|
||||
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
|
||||
image: ghcr.io/wormhole-foundation/guardiand:v.2.14.8.1
|
||||
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
|
||||
command:
|
||||
- "spy"
|
||||
- "--nodeKey"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
spy:
|
||||
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
|
||||
image: ghcr.io/wormhole-foundation/guardiand:v.2.14.8.1
|
||||
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
|
||||
command:
|
||||
- "spy"
|
||||
- "--nodeKey"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
spy:
|
||||
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
|
||||
image: ghcr.io/wormhole-foundation/guardiand:v.2.14.5
|
||||
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
|
||||
command:
|
||||
- "spy"
|
||||
- "--nodeKey"
|
||||
|
@ -16,7 +16,7 @@ services:
|
|||
- "warn"
|
||||
price-service:
|
||||
# Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server
|
||||
image: public.ecr.aws/pyth-network/xc-server:v2.2.3
|
||||
image: public.ecr.aws/pyth-network/xc-server:v3.0.0
|
||||
# Or alternatively use a locally built image
|
||||
# image: pyth_price_server
|
||||
environment:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
spy:
|
||||
# Find latest Guardian images in https://github.com/wormhole-foundation/wormhole/pkgs/container/guardiand
|
||||
image: ghcr.io/wormhole-foundation/guardiand:v.2.14.5
|
||||
image: ghcr.io/wormhole-foundation/guardiand:v2.14.8.1
|
||||
command:
|
||||
- "spy"
|
||||
- "--nodeKey"
|
||||
|
@ -16,7 +16,7 @@ services:
|
|||
- "warn"
|
||||
price-service:
|
||||
# Find latest price service images https://gallery.ecr.aws/pyth-network/xc-server
|
||||
image: public.ecr.aws/pyth-network/xc-server:v2.2.3
|
||||
image: public.ecr.aws/pyth-network/xc-server:v3.0.0
|
||||
# Or alternatively use a locally built image
|
||||
# image: pyth_price_server
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue