1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/splash/docker-compose.yml

14 lines
320 B
YAML
Raw Normal View History

2015-06-02 08:45:18 +00:00
splash:
2015-06-02 08:49:44 +00:00
image: vimagick/splash
2015-06-09 14:45:42 +00:00
command: --maxrss 4096
2015-06-02 08:45:18 +00:00
ports:
- "8050:8050"
- "8051:8051"
- "5023:5023"
2015-06-09 14:45:42 +00:00
volumes:
- ./splash/proxy-profiles:/etc/splash/proxy-profiles
- ./splash/js-profiles:/etc/splash/js-profiles
- ./splash/filters:/etc/splash/filters
mem_limit: 4500M
2015-06-02 08:45:18 +00:00
restart: always