From 8ee8f33f3391af8dd4ef1ebb9609ca83865e6d6e Mon Sep 17 00:00:00 2001 From: Glax Date: Thu, 13 Mar 2025 15:25:09 +0100 Subject: [PATCH] Update docker-compose.local.yaml to not spin up a website-instance --- README.md | 4 ++-- docker-compose.local.yaml | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7209ddc..e144b93 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Tranga can download Chapters and Metadata from "Scanlation" sites such as - [MangaDex.org](https://mangadex.org/) (Multilingual) -- [Manganato.gg](https://manganato.com/) (en) +- [Manganato.gg](https://manganato.com/) (en) (or natomanga.com, mangakakalot, nelomanga, ...) - [MangaKatana.com](https://mangakatana.com) (en) - [Mangaworld.bz](https://www.mangaworld.bz/) (it) - [Bato.to](https://bato.to/v3x) (en) @@ -69,7 +69,7 @@ chapters. Tranga can also send notifications to your devices via third-party ser This repository has no frontend, however checkout [tranga-website](https://github.com/C9Glax/tranga-website) for a default! -### Inspiration: +## Inspiration: Because [Kaizoku](https://github.com/oae/kaizoku) was relying on [mangal](https://github.com/metafates/mangal) and mangal hasn't received bugfixes for its issues with Titles not showing up, or throwing errors because of illegal characters, diff --git a/docker-compose.local.yaml b/docker-compose.local.yaml index 232bb79..5d022da 100644 --- a/docker-compose.local.yaml +++ b/docker-compose.local.yaml @@ -15,14 +15,6 @@ services: environment: - POSTGRES_HOST=tranga-pg restart: unless-stopped - tranga-website: - image: glax/tranga-website:latest - container_name: tranga-website - ports: - - "9555:80" - depends_on: - - tranga-api - restart: unless-stopped tranga-pg: image: postgres:latest container_name: tranga-pg