Updated scraper.ts

This commit is contained in:
qwsdcvghyu89
2026-06-17 07:28:48 +10:00
parent 363d894c79
commit fdd1d1131d
2 changed files with 12 additions and 7 deletions
+11 -4
View File
@@ -1,15 +1,22 @@
services:
quick-access:
image: quick-access-hono
image: aeqw89/quick-access-hono:latest
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
- 127.0.0.1:5681:8080
depends_on:
- selenium-firefox
environment:
- HOME=/root/
volumes:
- data:/root/downloads
selenium-firefox:
image: selenium/standalone-firefox:latest
ports:
- "4444:4444"
expose:
- 127.0.0.1:4444:4444
volumes:
data: