Initial Testing

This commit is contained in:
Tanshu 2016-01-30 10:29:32 +05:30
parent 8b12c5d153
commit 92c8601118
2 changed files with 4 additions and 2 deletions

View File

@ -13,8 +13,6 @@ web:
DB_PASS: 123456
SECRET_KEY: secret
command: /usr/local/bin/gunicorn -w 2 -b :8000 app:app
nginx:
restart: always
build: ./nginx/

View File

@ -6,3 +6,7 @@ ENV PYTHONUNBUFFERED 1
RUN git clone http://git.tanshu.com/tanshu/brewman.git \
&& pip install -r brewman/requirements.txt
WORKDIR /brewman
CMD /usr/local/bin/pserver /brewman/container.ini