elura-cli 0.2.2

Project scaffold generator for Elura applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Container deployment

Build the generated Gateway and World binaries into the default local image, configure unique
development secrets, and start both services:

```bash
docker build -t elura-game:dev .
cp .env.example .env
# Replace every placeholder in .env before continuing.
docker compose -f deploy/docker-compose.yml up
```

The Compose file mounts the non-secret JSON configuration from `config/`. Set `ELURA_IMAGE` in
`.env` when publishing or deploying a differently tagged image.