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
cf04f44a
Commit
cf04f44a
authored
4 years ago
by
Lukas Kaltenbrunner
Browse files
Options
Downloads
Patches
Plain Diff
Update docker-compose files
parent
d9ce4d9f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/docker/app.yml
+18
-9
18 additions, 9 deletions
src/main/docker/app.yml
src/main/docker/mysql.yml
+1
-1
1 addition, 1 deletion
src/main/docker/mysql.yml
with
19 additions
and
10 deletions
src/main/docker/app.yml
+
18
−
9
View file @
cf04f44a
...
...
@@ -6,17 +6,26 @@ services:
-
_JAVA_OPTIONS=-Xmx512m -Xms256m
-
SPRING_PROFILES_ACTIVE=prod,swagger
-
MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true
-
SPRING_DATASOURCE_URL=jdbc:mysql://
gitsearch-
mysql:3306/gitsearch?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
-
SPRING_DATASOURCE_URL=jdbc:mysql://
sharing_
mysql:3306/gitsearch?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
-
JHIPSTER_SLEEP=30
# gives time for other services to boot before the application
-
SPRING_DATA_JEST_URI=http://
gitsearch-
elasticsearch:9200
-
SPRING_ELASTICSEARCH_REST_URIS=http://
gitsearch-
elasticsearch:9200
-
SPRING_DATA_JEST_URI=http://
sharing_
elasticsearch:9200
-
SPRING_ELASTICSEARCH_REST_URIS=http://
sharing_
elasticsearch:9200
ports
:
-
8080:8080
gitsearch-mysql
:
networks
:
-
backend
-
frontend
sharing_mysql
:
extends
:
file
:
mysql.yml
service
:
gitsearch-mysql
gitsearch-elasticsearch
:
extends
:
file
:
elasticsearch.yml
service
:
gitsearch-elasticsearch
service
:
sharing_mysql
networks
:
-
backend
networks
:
frontend
:
name
:
sharing_frontend
driver
:
bridge
backend
:
name
:
sharing_backend
driver
:
bridge
internal
:
true
This diff is collapsed.
Click to expand it.
src/main/docker/mysql.yml
+
1
−
1
View file @
cf04f44a
version
:
'
2'
services
:
gitsearch-
mysql
:
sharing_
mysql
:
image
:
mysql:8.0.20
# volumes:
# - ~/volumes/jhipster/gitsearch/mysql/:/var/lib/mysql/
...
...
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