Skip to content

Commit

Permalink
update docker compose to 1.9.0 and node 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPawelec-RDX committed Nov 12, 2024
1 parent 3dd5994 commit 22b1ecb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
fullnode:
image: "radixdlt/babylon-node:v1.2.1"
image: "radixdlt/babylon-node:v1.3.0"
profiles: ["fullnode"]
init: true
ports:
Expand Down Expand Up @@ -51,13 +51,13 @@ services:
retries: 3

database_migrations: # This is the base -- the _image and _built containers are defined below
image: "radixdlt/babylon-ng-database-migrations:v1.8.2"
image: "radixdlt/babylon-ng-database-migrations:v1.9.0"
profiles: ["NONE"]
environment:
ConnectionStrings__NetworkGatewayMigrations: "Host=postgres_db:5432;Database=${POSTGRES_DB_NAME};Username=${POSTGRES_SUPERUSER};Password=${POSTGRES_SUPERUSER_PASSWORD}"

data_aggregator: # This is the base -- the _image and _built containers are defined below
image: "radixdlt/babylon-ng-data-aggregator:v1.8.2"
image: "radixdlt/babylon-ng-data-aggregator:v1.9.0"
profiles: ["NONE"]
deploy:
restart_policy:
Expand Down Expand Up @@ -97,7 +97,7 @@ services:
- ./data-aggregator-fixed-configuration.json:/home/radixdlt/network-gateway/config.json

gateway_api: # This is the base -- the _image and _built containers are defined below
image: "radixdlt/babylon-ng-gateway-api:v1.8.2"
image: "radixdlt/babylon-ng-gateway-api:v1.9.0"
profiles: ["NONE"]
ports:
- "127.0.0.1:5308:8080" # This allows you to connect to the API at http://localhost:5308
Expand Down

0 comments on commit 22b1ecb

Please sign in to comment.