mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
14 lines
320 B
YAML
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
|