feat(web): sync translated manga galleries, clean titles, synopsis integration, original source links, anthology badges, and mobile-first reader UI

This commit is contained in:
Renato
2026-07-24 01:59:40 +02:00
parent 269762557e
commit 72e503d7bc
22 changed files with 824 additions and 300 deletions
+12 -2
View File
@@ -2,15 +2,25 @@ services:
web:
build: .
container_name: worst-scan-web
ports:
- "3000:3000"
expose:
- "3000"
environment:
- API_BASE_URL=${API_BASE_URL:-http://host.docker.internal:8080/api/v1}
- API_KEY=${API_KEY:-}
- WEB_PASSWORD=${WEB_PASSWORD:-}
- WEBHOOK_SECRET=${WEBHOOK_SECRET:-}
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- data:/app/data
networks:
- caddy
- default
restart: unless-stopped
networks:
caddy:
external: true
volumes:
data: