1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:34 +02:00
dockerfiles/splash/docker-compose.yml

15 lines
384 B
YAML
Raw Normal View History

2015-06-02 10:45:18 +02:00
splash:
2017-01-06 12:13:03 +02:00
image: scrapinghub/splash
command: --maxrss 4096 --max-timeout 300
2015-06-02 10:45:18 +02:00
ports:
- "8050:8050"
- "8051:8051"
- "5023:5023"
2015-06-09 16:45:42 +02:00
volumes:
2017-01-06 12:13:03 +02:00
- ./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
2015-06-02 10:45:18 +02:00
restart: always