Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dashboard Controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
URBANITE
Open
Dashboard Controller
Commits
fce60c10
Commit
fce60c10
authored
2 years ago
by
Callari, Roberto
Browse files
Options
Downloads
Patches
Plain Diff
upd
parent
50a719ce
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose.yml
+5
-3
5 additions, 3 deletions
docker-compose.yml
src/main/resources/application.properties
+2
-2
2 additions, 2 deletions
src/main/resources/application.properties
with
7 additions
and
5 deletions
docker-compose.yml
+
5
−
3
View file @
fce60c10
...
@@ -11,9 +11,9 @@ services:
...
@@ -11,9 +11,9 @@ services:
ports
:
ports
:
-
5432:5432
-
5432:5432
environment
:
environment
:
-
POSTGRES_PASSWORD=postgres
-
POSTGRES_PASSWORD=postgres
-
POSTGRES_USER=postgres
-
POSTGRES_USER=postgres
-
POSTGRES_DB=dashboarddb
-
POSTGRES_DB=dashboarddb
networks
:
networks
:
-
urbanite-network
-
urbanite-network
...
@@ -27,6 +27,8 @@ services:
...
@@ -27,6 +27,8 @@ services:
-
SPRING_DATASOURCE_URL=jdbc:postgresql://postgres:5432/dashboarddb
-
SPRING_DATASOURCE_URL=jdbc:postgresql://postgres:5432/dashboarddb
-
IDM_USER4VIEW_USERNAME=urbanite
-
IDM_USER4VIEW_USERNAME=urbanite
-
IDM_USER4VIEW_PASSWORD=urbanite
-
IDM_USER4VIEW_PASSWORD=urbanite
-
POSTGRES_USERNAME=postgres
-
POSTGRES_PASSWORD=postgres
#expose:
#expose:
# - 8085
# - 8085
ports
:
ports
:
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/application.properties
+
2
−
2
View file @
fce60c10
...
@@ -5,8 +5,8 @@ server.port=8085
...
@@ -5,8 +5,8 @@ server.port=8085
spring.datasource.url
=
jdbc:postgresql://localhost:5432/dashboarddb
spring.datasource.url
=
jdbc:postgresql://localhost:5432/dashboarddb
spring.datasource.driver-class-name
=
org.postgresql.Driver
spring.datasource.driver-class-name
=
org.postgresql.Driver
spring.jpa.properties.hibernate.dialect
=
org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.dialect
=
org.hibernate.dialect.PostgreSQLDialect
spring.datasource.username
=
postgres
spring.datasource.username
=
${POSTGRES_USERNAME:
postgres
}
spring.datasource.password
=
postgres
spring.datasource.password
=
${POSTGRES_PASSWORD:
postgres
}
spring.jpa.show-sql
=
true
spring.jpa.show-sql
=
true
spring.jpa.generate-ddl
=
true
spring.jpa.generate-ddl
=
true
#spring.jpa.hibernate.ddl-auto=create
#spring.jpa.hibernate.ddl-auto=create
...
...
This diff is collapsed.
Click to expand it.
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