Skip to content

Commit

Permalink
webcave: Move compose file to repo root
Browse files Browse the repository at this point in the history
Move compose file for webcave server to repo root since it is needed by the  infra role with which we will deploy it.
Update Readme file.

Referenced issue: status-im/infra-misc#308

Signed-off-by: markoburcul <[email protected]>
  • Loading branch information
markoburcul committed Aug 13, 2024
1 parent e3a8e81 commit 679b60b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,13 @@ To run the project, you'll need:
### Running the game server ─=≡Σ((( つ◕ل͜◕)つ
To run the server, follow next steps:

**Step 1:** Navigate to the server package
```cd packages/webcave-server```
**Step 1:** Create the .env file and fill/change any missing data
```cp packages/webcave-server/.env.example .env```

**Step 2:** Create the .env file and fill/change any missing data
```cp .env.example .env```

**Step 3:** Run docker
**Step 2:** Run docker
```docker-compose up```

**Step 4:** Enjoy! ٩(^‿^)۶
**Step 3:** Enjoy! ٩(^‿^)۶

<br/>
<img align="left" alt="acid-info-logo" width="100" height="100" src="./github/assets/acid.png">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
webcave_server:
container_name: "server"
build:
context: ./../../
context: ./
dockerfile: ./packages/webcave-server/Dockerfile
ports:
- ${PORT}:${PORT}
Expand Down

0 comments on commit 679b60b

Please sign in to comment.