1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02:00
dockerfiles/splash/docker-compose.yml

16 lines
428 B
YAML
Raw Normal View History

2021-04-14 16:51:56 +08:00
version: '3.8'
2019-12-09 19:38:42 +08:00
2019-04-20 01:23:05 +08:00
services:
2019-12-09 19:38:42 +08:00
2019-04-20 01:23:05 +08:00
splash:
2021-04-14 16:51:56 +08:00
image: scrapinghub/splash:3.5.0
2019-12-09 19:38:42 +08:00
command: --maxrss 2048 --max-timeout 300 --disable-lua-sandbox --verbosity 1
ports:
- "8050:8050"
2019-04-20 01:23:05 +08:00
volumes:
- ./data/filters:/etc/splash/filters
- ./data/js-profiles:/etc/splash/js-profiles
- ./data/lua_modules:/etc/splash/lua_modules
- ./data/proxy-profiles:/etc/splash/proxy-profiles
restart: unless-stopped