Skip to content

Commit

Permalink
Little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Nov 21, 2023
1 parent 4a41bfd commit fd85ca0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# difficalcy

## Setup
Difficalcy is an osu! difficulty and performance calculator REST API.

## Usage

TODO: docker image usage instructions

## Development Setup

1. Create a `.env` file following the template in `.env.template`
- ensure the directory for `BEATMAPS_DIRECTORY` has permissions to allow reads and writes from the docker containers
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
services:
difficalcy-osu:
image: difficalcy-osu
build:
context: .
dockerfile: ./Difficalcy.Osu/Dockerfile
Expand All @@ -11,7 +10,6 @@ services:
- cache

difficalcy-taiko:
image: difficalcy-taiko
build:
context: .
dockerfile: ./Difficalcy.Taiko/Dockerfile
Expand All @@ -22,7 +20,6 @@ services:
- cache

difficalcy-catch:
image: difficalcy-catch
build:
context: .
dockerfile: ./Difficalcy.Catch/Dockerfile
Expand All @@ -33,7 +30,6 @@ services:
- cache

difficalcy-mania:
image: difficalcy-mania
build:
context: .
dockerfile: ./Difficalcy.Mania/Dockerfile
Expand Down

0 comments on commit fd85ca0

Please sign in to comment.