Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
physical
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpha
physical
Commits
f5ab5eed
Commit
f5ab5eed
authored
Nov 20, 2019
by
钟尚武
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'refactor' into 'master'
fix dockerfile See merge request
!587
parents
e0457d13
27149471
Pipeline
#4806
passed with stage
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
deploy/prod/Dockerfile
+1
-1
Dockerfile
deploy/stage/Dockerfile
+1
-1
Dockerfile
deploy/test/Dockerfile
+1
-1
No files found.
deploy/prod/Dockerfile
View file @
f5ab5eed
...
...
@@ -11,6 +11,6 @@ COPY . .
ENV
GM_RPCD_DEPLOY_CONF_PATH="/srv/apps/physical/app_conf.xml"
ENV
PROJECT_ENV=prod
COPY
./deploy/prod/app_conf.xml .
COPY
./deploy/prod/settings_local.py ./
settings
/
COPY
./deploy/prod/settings_local.py ./
physical
/
CMD
bash -c 'source ~/.bashrc && gunicorn physical.wsgi:application --workers=8 --worker-class=gevent --worker-connections=1024 --bind=0.0.0.0:80 --timeout 600 --log-level=debug--error-logfile=/data/log/physical/app/gunicorn_error.log --access-logfile=/data/log/physical/app/gunicorn_access.log'
deploy/stage/Dockerfile
View file @
f5ab5eed
...
...
@@ -11,6 +11,6 @@ COPY . .
ENV
GM_RPCD_DEPLOY_CONF_PATH="/srv/apps/physical/app_conf.xml"
ENV
PROJECT_ENV=stage
COPY
./deploy/stage/app_conf.xml .
COPY
./deploy/stage/settings_local.py ./
settings
/
COPY
./deploy/stage/settings_local.py ./
physical
/
CMD
bash -c 'source ~/.bashrc && gunicorn physical.wsgi:application --workers=8 --worker-class=gevent --worker-connections=1024 --bind=0.0.0.0:80 --timeout 600 --log-level=debug--error-logfile=/data/log/physical/app/gunicorn_error.log --access-logfile=/data/log/physical/app/gunicorn_access.log'
deploy/test/Dockerfile
View file @
f5ab5eed
...
...
@@ -11,5 +11,5 @@ COPY . .
ENV
GM_RPCD_DEPLOY_CONF_PATH="/srv/apps/physical/app_conf.xml"
ENV
PROJECT_ENV=test
COPY
./deploy/test/app_conf.xml .
COPY
./deploy/test/settings_local.py ./
settings
/
COPY
./deploy/test/settings_local.py ./
physical
/
CMD
bash -c 'source ~/.bashrc && gunicorn physical.wsgi:application --workers=8 --worker-class=gevent --worker-connections=1024 --bind=0.0.0.0:80 --timeout 600 --log-level=debug--error-logfile=/data/log/physical/app/gunicorn_error.log --access-logfile=/data/log/physical/app/gunicorn_access.log'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment