Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamarcke committed Dec 9, 2024
2 parents 81ba287 + fe982bb commit 709b866
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@

A NestJS API responsible for handling all GameNode requests.

## Architecture
This diagram provides a simplified overview of our backend architecture.
![GameNode Backend Diagram](https://github.com/user-attachments/assets/ab0dd943-e6c8-4c74-a6ca-fab297a4e9b8)

A fullscreen version is available [here](https://excalidraw.com/#json=d-sgA41-e1KA7gIA3XnCN,BRZ-Ndv7sRUNjLjkLhccPA).

## Docker

You can use the `docker-compose.yml` file in the root folder to start a local instance of GameNode.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ services:
restart: always

deploy:
replicas: 1
replicas: 2

command: "yarn start:prod"

Expand Down

0 comments on commit 709b866

Please sign in to comment.