Skip to content

Commit

Permalink
feat: update nakama to v1.4.0 and evm to v1.5.1 on docker compose file (
Browse files Browse the repository at this point in the history
#57)

Closes: WORLD-XXX

## Overview

Update nakama to v1.4.0 and evm to v1.5.1

## Brief Changelog

- update nakama and evm version on docker compose file

## Testing and Verifying

Tested manually using `docker compose up` command

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **New Features**
	- Introduced a new `cardinal-debug` service with enhanced capabilities and an additional port.
  
- **Updates**
	- Updated image versions for `evm` and `nakama` services to improve performance and security.
	- Added health check configuration for the `celestia-devnet` service to ensure reliability.
  
- **Configuration Changes**
	- Adjusted `redis` service to require a password for enhanced security.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
zulkhair authored Nov 14, 2024
1 parent e64b11d commit f2d66c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:

evm:
container_name: evm
image: ghcr.io/argus-labs/world-engine-evm:1.4.1
image: ghcr.io/argus-labs/world-engine-evm:1.5.1
environment:
## Env vars reference: https://github.com/Argus-Labs/world-engine/blob/main/evm/README.md
## Get AUTH_TOKEN from celestia_devnet container: `$(docker exec $(docker ps -q) celestia bridge auth admin --node.store /home/celestia/bridge`
Expand Down Expand Up @@ -71,8 +71,7 @@ services:

nakama:
container_name: nakama
platform: linux/amd64
image: ghcr.io/argus-labs/world-engine-nakama:1.2.7
image: ghcr.io/argus-labs/world-engine-nakama:1.4.0
depends_on:
- "nakama-db"
- "${CARDINAL_CONTAINER:-cardinal}"
Expand Down

0 comments on commit f2d66c6

Please sign in to comment.