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:
+12
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user