Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smsunarto committed Sep 4, 2023
1 parent 5ad47cf commit 7ab7977
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,35 +60,7 @@ Alternatively, killing the `mage start` process will also stop Nakama and Cardin
Note, for now, if any Cardinal endpoints have been added or removed Nakama must be relaunched (via `mage stop` and `mage start`).
We will add a future to hot reload this in the future.

# Running with the prebuilt Docker Images

Prerequisites:
- Docker installed

Docker Images Container Registry URLs:
- Cardinal: `us-docker.pkg.dev/argus-labs/starter-game-template/cardinal:<latest/tag_version>`
- Nakama: `us-docker.pkg.dev/argus-labs/starter-game-template/nakama:<latest/tag_version>`


To start the starter-game-template Nakama and Cardinal with prebuilt Docker Images:

```bash
docker compose -f docker-compose-prebuilt.yml up --detach --wait
```

To check the services status & logs:

```bash
docker compose -f docker-compose-prebuilt.yml ps
docker compose -f docker-compose-prebuilt.yml logs
```

To stop Nakama and Cardinal:
```bash
docker compose -f docker-compose-prebuilt.yml down
```

# Verify the Server is Running
# Verify Nakama is Running

Visit `localhost:7351` in a web browser to access the Nakama console. For local development, use `admin:password` as your login
credentials.
Expand Down

0 comments on commit 7ab7977

Please sign in to comment.