Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
Rule Engine Service
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
brooklyn
Rule Engine Service
Commits
f73c7046
Commit
f73c7046
authored
Jan 11, 2023
by
Sarah Abrishami
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated deployment files
parent
6ba47581
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Dockerfile
Dockerfile
+1
-1
Jenkinsfile
Jenkinsfile
+3
-3
boot.sh
boot.sh
+1
-1
No files found.
Dockerfile
View file @
f73c7046
# pull official base image
FROM
python:3.8-slim
WORKDIR
/home/
pv
WORKDIR
/home/
rule_engine
COPY
. .
RUN
pip
install
-r
requirements.txt
--no-index
--find-links
wheels/
...
...
Jenkinsfile
View file @
f73c7046
...
...
@@ -3,11 +3,11 @@ node {
def
dockerImage
// ip address of the docker private repository
def
dockerImageTag
=
"
pv-report
"
def
dockerImageTag
=
"
rule_engine
"
def
dockerNetwork
=
"docker_vista"
// Application port
def
dockerPort
=
"5
8
00"
def
endpointPort
=
"5
8
00"
def
dockerPort
=
"5
2
00"
def
endpointPort
=
"5
2
00"
stage
(
'Clone Repo'
)
{
checkout
scm
...
...
boot.sh
View file @
f73c7046
#!/bin/bash
exec
gunicorn
-b
:5
8
00
--access-logfile
-
--error-logfile
- manage:app
exec
gunicorn
-b
:5
2
00
--access-logfile
-
--error-logfile
- manage:app
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