Updated scraper.ts
This commit is contained in:
+11
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user