Skip to content

Commit

Permalink
chore: Update docker compose versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedey committed Jan 29, 2024
1 parent 39b8a20 commit 80c9aab
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.1.0-rc.1"
image: "radixdlt/babylon-node:v1.1.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.2.1"
image: "radixdlt/babylon-ng-database-migrations:v1.3.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.2.1"
image: "radixdlt/babylon-ng-data-aggregator:v1.3.0"
profiles: ["NONE"]
deploy:
restart_policy:
Expand Down Expand Up @@ -102,7 +102,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.2.1"
image: "radixdlt/babylon-ng-gateway-api:v1.3.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 80c9aab

Please sign in to comment.