Initial Testing
This commit is contained in:
parent
8b12c5d153
commit
92c8601118
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user