Skip to content

Commit

Permalink
Misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Sep 28, 2023
1 parent 91c293d commit 737a494
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Versions {

const val ktor = "2.3.0"
const val radarJersey = "0.11.0-SNAPSHOT"
const val radarCommons = "1.1.1-SNAPSHOT"
const val radarCommons = "1.1.1"
const val radarSchemas = "0.8.4"
const val jackson = "2.15.2"
const val slf4j = "2.0.9"
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,10 @@ services:
#---------------------------------------------------------------------------#
managementportal:
image: radarbase/management-portal:2.0.0
depends_on:
- mp-postgresql
ports:
- "127.0.0.1:8080:8080"
environment:
SPRING_PROFILES_ACTIVE: dev
SPRING_DATASOURCE_USERNAME: radarcns
SPRING_DATASOURCE_PASSWORD: radarcns
MANAGEMENTPORTAL_FRONTEND_CLIENT_SECRET: "testMe"
MANAGEMENTPORTAL_COMMON_BASE_URL: http://localhost:8080/managementportal
MANAGEMENTPORTAL_COMMON_MANAGEMENT_PORTAL_BASE_URL: http://localhost:8080/managementportal
Expand Down

0 comments on commit 737a494

Please sign in to comment.