Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Apr 25, 2024
1 parent 285168b commit 8da8673
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ services:
environment:
- REDIS_CONFIGURATION=cache:6379
ports:
- "5000:80"
- 5000:80
volumes:
- beatmaps:/app/beatmaps
- beatmaps:/home/app/beatmaps
depends_on:
- cache
Expand Down
12 changes: 6 additions & 6 deletions docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ services:
environment:
- REDIS_CONFIGURATION=cache:6379
ports:
- "5000:80"
- 5000:80
volumes:
- beatmaps:/app/beatmaps
- beatmaps:/home/app/beatmaps
depends_on:
- cache

Expand Down Expand Up @@ -69,10 +69,10 @@ By default, the beatmap cache will be lost when the container is restarted, and

### Environment Variables

| Environment variable | Default | Description |
| --------------------- | --------------- | ---------------------------------------------------------- |
| `BEATMAP_DIRECTORY` | `/app/beatmaps` | The directory difficalcy uses for storing beatmap files |
| `REDIS_CONFIGURATION` | | The address of the redis server to use for beatmap caching |
| Environment variable | Default | Description |
| --------------------- | -------------------- | ----------------------------------------------------------------------------------------------- |
| `BEATMAP_DIRECTORY` | `/home/app/beatmaps` | The directory difficalcy uses for storing beatmap files. |
| `REDIS_CONFIGURATION` | | The address of the redis server to use for beatmap caching. By default, there will be no cache. |

## How to run a calculation

Expand Down

0 comments on commit 8da8673

Please sign in to comment.