Updated docker files

This commit is contained in:
2025-09-04 21:20:51 +02:00
parent b80fdf3702
commit 0c4bbf77c4
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN pip install --no-cache-dir -r requirements.txt
COPY app /app/app
COPY app /app
ENV CONTENT_BASE_DIR=/library \
PAGE_SIZE=50 \

View File

@@ -1,7 +1,6 @@
services:
comicopds:
build: .
image: comicopds:latest
ports:
- "8382:8080"
environment:
@@ -13,5 +12,5 @@ services:
OPDS_BASIC_PASS: "change-me"
ENABLE_WATCH: "false" # true/false (not 1/0)
volumes:
- /path/to/your/comics:/library:ro
- "/mnt/disk1/Comics/ComicRack/Oni Press:/library:ro"
- ./data:/data