This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
6dcfb8af
Commit
6dcfb8af
authored
3 years ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
Testing variable injection in docker-compose
parent
6fdad67a
Branches
Branches containing commit
1 merge request
!17
Initial Merge to Prepare Release 1.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/docker/gitsearch.yml
+3
-0
3 additions, 0 deletions
src/main/docker/gitsearch.yml
with
3 additions
and
0 deletions
src/main/docker/gitsearch.yml
+
3
−
0
View file @
6dcfb8af
...
...
@@ -11,6 +11,9 @@ services:
-
JHIPSTER_SLEEP=30
# gives time for other services to boot before the application
-
SPRING_DATA_JEST_URI=http://sharing_elasticsearch:9200
-
SPRING_ELASTICSEARCH_REST_URIS=http://sharing_elasticsearch:9200
# see https://stackoverflow.com/questions/62676762/how-can-a-variable-set-in-the-docker-env-file-be-used-in-application-yml
-
SECURITY_OAUTH2_CLIENT_PROVIDER_GITLABOIDC_ISSUERURI=${SECURITY_OAUTH2_CLIENT_PROVIDER_GITLABOIDC_ISSUERURI}
-
SECURITY_OAUTH2_CLIENT_REGISTRATION_GITLABOIDC_CLIENT_ID=${SECURITY_OAUTH2_CLIENT_REGISTRATION_GITLABOIDC_CLIENT_ID}
ports
:
-
10084:8080
networks
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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