From c62dc241476275bf65118c5646cdcfb520d0021b Mon Sep 17 00:00:00 2001 From: Markbeep Date: Mon, 17 Feb 2025 21:52:24 +0100 Subject: [PATCH] remove docker compose --- README.md | 2 +- docker-compose.yml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 docker-compose.yml diff --git a/README.md b/README.md index d157c0e..bad9a2e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AudioBookRequest > [!CAUTION] -> This project is in it's very early stages. It's basically a weekend project at this state. There might be some bugs or unfinished parts. +> This project is in its very early stages. It's basically a weekend project at this state. There might be some bugs or unfinished parts. Your tool for handling audiobook requests on a Plex/AudioBookShelf/Jellyfin instance. diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 1d4b0a7..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,7 +0,0 @@ -services: - web: - build: . - ports: - - "8000:8000" - volumes: - - ./data:/app/data