From fd85ca0af8f90ef8ccc0d1ba62d03580433e2ee2 Mon Sep 17 00:00:00 2001 From: Samuel Cattini-Schultz Date: Tue, 21 Nov 2023 22:07:50 +1100 Subject: [PATCH] Little cleanup --- README.md | 8 +++++++- docker-compose.yml | 4 ---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ed343d6..7d3e58d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index cb750df..793d5f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,5 @@ services: difficalcy-osu: - image: difficalcy-osu build: context: . dockerfile: ./Difficalcy.Osu/Dockerfile @@ -11,7 +10,6 @@ services: - cache difficalcy-taiko: - image: difficalcy-taiko build: context: . dockerfile: ./Difficalcy.Taiko/Dockerfile @@ -22,7 +20,6 @@ services: - cache difficalcy-catch: - image: difficalcy-catch build: context: . dockerfile: ./Difficalcy.Catch/Dockerfile @@ -33,7 +30,6 @@ services: - cache difficalcy-mania: - image: difficalcy-mania build: context: . dockerfile: ./Difficalcy.Mania/Dockerfile