Skip to content

Commit

Permalink
add nakama-debug on docker-compose.yml to fix debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zulkhair committed Jun 20, 2024
1 parent ef382d1 commit 82d82ed
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- REDIS_MODE=normal
- ROUTER_KEY=${ROUTER_KEY}
restart: unless-stopped

cardinal-debug:
container_name: cardinal-debug
build:
Expand Down Expand Up @@ -85,10 +85,8 @@ services:
image: ghcr.io/argus-labs/world-engine-nakama:1.2.5
container_name: nakama
depends_on:
nakama-db:
condition: service_healthy
cardinal:
condition: service_started
- "nakama-db"
- "${CARDINAL_CONTAINER:-cardinal}"
environment:
- CARDINAL_ADDR=${CARDINAL_ADDR:-cardinal:4040}
- CARDINAL_NAMESPACE=${CARDINAL_NAMESPACE}
Expand Down

0 comments on commit 82d82ed

Please sign in to comment.