This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 6dcfb8af authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Testing variable injection in docker-compose

parent 6fdad67a
Branches
1 merge request!17Initial Merge to Prepare Release 1.0.0
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment