Skip to content

Commit

Permalink
docker: use local pywb build instead of image to stay on latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Oct 25, 2015
1 parent 9263909 commit 3274f95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pywb:
# build: ./pywb
image: ikreymer/pywb:dev
build: ./pywb
# image: ikreymer/pywb:dev
restart: always
links:
- redis

volumes:
- ./pywb:/webarchive
- './pywb/uwsgi.ini:/uwsgi/uwsgi.ini'
#volumes:
# - ./pywb:/webarchive
# - './pywb/uwsgi.ini:/uwsgi/uwsgi.ini'

redis:
image: redis:latest
Expand Down
3 changes: 2 additions & 1 deletion pywb/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-e git+https://github.com/ikreymer/pywb.git@develop#egg=pywb-0.10.9-dev
certauth
youtube-dl
boto
uwsgi
gevent
redis
-e git+https://github.com/ikreymer/pywb.git@develop#egg=pywb-0.11.0-dev

3 changes: 2 additions & 1 deletion pywb/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if-env = VIRTUAL_ENV
venv = $(VIRTUAL_ENV)
endif =

gevent = 1000
processes = 10
gevent = 100
gevent-early-monkey-patch =

cache2 = name=sesh,items=500,blocksize=64,keysize=64
Expand Down

0 comments on commit 3274f95

Please sign in to comment.