Initial Testing
This commit is contained in:
parent
8b12c5d153
commit
92c8601118
@ -13,8 +13,6 @@ web:
|
|||||||
DB_PASS: 123456
|
DB_PASS: 123456
|
||||||
SECRET_KEY: secret
|
SECRET_KEY: secret
|
||||||
|
|
||||||
command: /usr/local/bin/gunicorn -w 2 -b :8000 app:app
|
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
restart: always
|
restart: always
|
||||||
build: ./nginx/
|
build: ./nginx/
|
||||||
|
@ -6,3 +6,7 @@ ENV PYTHONUNBUFFERED 1
|
|||||||
|
|
||||||
RUN git clone http://git.tanshu.com/tanshu/brewman.git \
|
RUN git clone http://git.tanshu.com/tanshu/brewman.git \
|
||||||
&& pip install -r brewman/requirements.txt
|
&& pip install -r brewman/requirements.txt
|
||||||
|
|
||||||
|
WORKDIR /brewman
|
||||||
|
|
||||||
|
CMD /usr/local/bin/pserver /brewman/container.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user