1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/splash/docker-compose.yml
2015-06-09 22:45:42 +08:00

14 lines
320 B
YAML

splash:
image: vimagick/splash
command: --maxrss 4096
ports:
- "8050:8050"
- "8051:8051"
- "5023:5023"
volumes:
- ./splash/proxy-profiles:/etc/splash/proxy-profiles
- ./splash/js-profiles:/etc/splash/js-profiles
- ./splash/filters:/etc/splash/filters
mem_limit: 4500M
restart: always