mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
add splash
This commit is contained in:
parent
7be2bb4748
commit
66fe8f2f3f
9
splash/Dockerfile
Normal file
9
splash/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
#
|
||||
# Dockerfile from splash
|
||||
#
|
||||
|
||||
FROM scrapinghub/splash
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
ADD ./fonts/Songti.ttc /usr/local/share/fonts/
|
||||
RUN fc-cache /usr/local/share/fonts/
|
8
splash/docker-compose.yml
Normal file
8
splash/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
splash:
|
||||
image: scrapinghub/splash
|
||||
ports:
|
||||
- "8050:8050"
|
||||
- "8051:8051"
|
||||
- "5023:5023"
|
||||
mem_limit: 4G
|
||||
restart: always
|
BIN
splash/fonts/Songti.ttc
Normal file
BIN
splash/fonts/Songti.ttc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user