Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions price_service/server/docker-compose.mainnet.yaml
Original file line number Diff line number Diff line change
@@ -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:v2.14.8.1
image: ghcr.io/wormhole-foundation/guardiand:v2.17.0
restart: on-failure
command:
- "spy"
Expand All @@ -17,7 +17,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:v3.0.0
image: public.ecr.aws/pyth-network/xc-server:v3.0.3
restart: on-failure
# Or alternatively use a locally built image
# image: pyth_price_server
Expand Down
5 changes: 3 additions & 2 deletions price_service/server/docker-compose.testnet.yaml
Original file line number Diff line number Diff line change
@@ -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:v2.14.8.1
image: ghcr.io/wormhole-foundation/guardiand:v2.17.0
restart: on-failure
command:
- "spy"
Expand All @@ -17,7 +17,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:v3.0.0
image: public.ecr.aws/pyth-network/xc-server:v3.0.3
restart: on-failure
# Or alternatively use a locally built image
# image: pyth_price_server
Expand All @@ -43,6 +43,7 @@ services:
REMOVE_EXPIRED_VALUES_INTERVAL_SECONDS: "60"
CACHE_TTL_SECONDS: "300"
DB_API_ENDPOINT: "https://web-api.pyth.network"
WORMHOLE_CLUSTER: testnet
ports:
- "4200:4200"
healthcheck:
Expand Down