mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
15 lines
384 B
YAML
15 lines
384 B
YAML
splash:
|
|
image: scrapinghub/splash
|
|
command: --maxrss 4096 --max-timeout 300
|
|
ports:
|
|
- "8050:8050"
|
|
- "8051:8051"
|
|
- "5023:5023"
|
|
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
|
|
mem_limit: 4608M
|
|
restart: always
|