manga matching and WebApp
Build and Deploy / build (push) Successful in 32s
Build and Deploy / deploy (push) Successful in 25s

This commit is contained in:
2026-05-26 20:20:24 +02:00
parent 12edb8a5d7
commit 615bd1b468
9 changed files with 665 additions and 56 deletions
+3 -1
View File
@@ -18,6 +18,8 @@ ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1
# Mount points used by main.py defaults
VOLUME ["/mnt/suwayomi", "/mnt/kavita"]
VOLUME ["/mnt/suwayomi", "/mnt/kavita", "/config"]
EXPOSE 8080
CMD ["python", "/app/main.py"]