Commit fc44f797 authored by 胡凯旋's avatar 胡凯旋

Merge branch 'hkx/feature/paas' into 'test'

add gm-rpcd env

See merge request !3
parents 000cfdfa 2865cda8
......@@ -48,4 +48,6 @@ RUN pip install git+ssh://git@git.wanmeizhensuo.com/backend/gm-types.git@master
WORKDIR /srv/apps/geoserver/
ENV GM_RPCD_DEPLOY_CONF_PATH "/srv/apps/geoserver/deploy_conf.xml"
CMD gunicorn gm_rpcd.wsgi:application -w 5 -k gevent -b 0.0.0.0:8000 --access-logfile /data/log/geoserver/app/gunicorn_access.log --error-logfile /data/log/geoserver/app/gunicorn_error.log
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment