Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Indexer
Commits
bc14e2fb
Commit
bc14e2fb
authored
5 years ago
by
MIchael Nguyen
Browse files
Options
Downloads
Patches
Plain Diff
updated dockerfile
parent
4e26ff3d
No related branches found
No related tags found
1 merge request
!6
Trusted ibm
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
provider/indexer-aws/CloudFormation/Automated/ecs.yml
+1
-1
1 addition, 1 deletion
provider/indexer-aws/CloudFormation/Automated/ecs.yml
provider/indexer-aws/Dockerfile
+2
-2
2 additions, 2 deletions
provider/indexer-aws/Dockerfile
with
3 additions
and
3 deletions
provider/indexer-aws/CloudFormation/Automated/ecs.yml
+
1
−
1
View file @
bc14e2fb
...
...
@@ -40,7 +40,7 @@ Parameters:
DesiredCapacity
:
Description
:
The default number of instances to launch in the ECS cluster.
Type
:
Number
Default
:
'
1
'
Default
:
'
0
'
MaxSize
:
Description
:
Maximum number of instances that can be launched in the ECS cluster.
...
...
This diff is collapsed.
Click to expand it.
provider/indexer-aws/Dockerfile
+
2
−
2
View file @
bc14e2fb
FROM
amazoncorretto:8
WORKDIR
/
COPY
provider/storage-aws/target/
storage
-aws-0.0.1-SNAPSHOT-spring-boot.jar
storage
-aws-0.0.1-SNAPSHOT-spring-boot.jar
COPY
provider/storage-aws/target/
indexer
-aws-0.0.1-SNAPSHOT-spring-boot.jar
indexer
-aws-0.0.1-SNAPSHOT-spring-boot.jar
EXPOSE
8080
CMD
["java","-jar", "storage-aws-0.0.1-SNAPSHOT-spring-boot.jar"]
\ No newline at end of file
CMD
["java","-jar", "indexer-aws-0.0.1-SNAPSHOT-spring-boot.jar"]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Gokul Nagare
@gokul_nagare
mentioned in commit
d5255c23
·
4 years ago
mentioned in commit
d5255c23
mentioned in commit d5255c238ba67a6989a5a7dbc26c03b56b0b4f9e
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment