File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ services:
7
7
- PUID=1000
8
8
- PGID=1000
9
9
- TZ=Europe/Berlin
10
+ - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000
10
11
volumes :
11
12
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/changedetection/config:/config
12
13
ports :
@@ -24,6 +25,35 @@ services:
24
25
# # Part for local lan services only; disable to expose externally
25
26
# - traefik.http.routers.changedetection.middlewares=local-ipwhitelist@file,basic-auth@file
26
27
28
+ playwright-chrome :
29
+ hostname : playwright-chrome
30
+ image : dgtlmoon/sockpuppetbrowser:latest
31
+ restart : unless-stopped
32
+ expose :
33
+ - 3000
34
+ tmpfs :
35
+ - /tmp # This just keeps tmp data from being written to disk
36
+ environment :
37
+ - SCREEN_WIDTH=1920
38
+ - SCREEN_HEIGHT=1024
39
+ - SCREEN_DEPTH=16
40
+ - MAX_CONCURRENT_CHROME_PROCESSES=10
41
+ - STATS_REFRESH_SECONDS=120 # Default is 3 seconds which is way too much
42
+ # networks:
43
+ # - proxy
44
+
45
+ # proxy:
46
+ # image: dockage/tor-privoxy:latest
47
+ # container_name: torprivoxy
48
+ # expose:
49
+ # - 9050 # socks5
50
+ # - 9051 # tor control port
51
+ # - 8118 # http proxy
52
+ # hostname: proxy
53
+ # restart: unless-stopped
54
+ # #networks:
55
+ # # - proxy
56
+
27
57
# networks:
28
58
# proxy:
29
59
# external: true
You can’t perform that action at this time.
0 commit comments