Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pricing-pod-poc
Project
Project
Details
Activity
Releases
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
Jagadeshwar
pricing-pod-poc
Commits
12bdca85
Commit
12bdca85
authored
Dec 05, 2022
by
mohahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added docker-compose and Dockerfile in pricing pod
parent
c7bf858b
Pipeline
#2749
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
Dockerfile
Dockerfile
+10
-0
docker-compose.yml
docker-compose/default/docker-compose.yml
+14
-0
No files found.
Dockerfile
0 → 100644
View file @
12bdca85
FROM
openjdk:11-jdk-slim as build
#Information around who maintains the image
MAINTAINER
nisum.com
# Add the application's jar to the container
ADD
build/libs/pricing-pod-poc-0.0.1-SNAPSHOT.jar pricing-pod-poc-0.0.1-SNAPSHOT.jar
#execute the application
ENTRYPOINT
["java","-jar","/pricing-pod-poc-0.0.1-SNAPSHOT.jar"]
\ No newline at end of file
docker-compose/default/docker-compose.yml
0 → 100644
View file @
12bdca85
version
:
"
1"
services
:
mongodb
:
image
:
mongo:latest
ports
:
-
27071:27071
pricing-pod-poc
:
image
:
imitiyaz/pricing-pod-poc:latest
ports
:
-
9999:9999
links
:
-
mongodb
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