Skip to content

Commit

Permalink
fix: Each service of the backend have it's own deployment port locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsukoyachi committed Oct 16, 2024
1 parent e3696cf commit 17a831e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ quarkus.oidc.application-type=web-app
# Docker build properties
quarkus.container-image.registry=ghcr.io

quarkus.http.port=8083
quarkus.http.port=8084
quarkus.metric.enabled=true

prometheus-api/mp-rest/url=http://localhost:9090
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ quarkus.oidc.credentials.secret=${CLIENT_SECRET:J1jZPePtgzG4Q9ltZTHlBGKEyj93P4hd
quarkus.oidc.application-type=web-app
# Docker build properties
quarkus.container-image.registry=ghcr.io

quarkus.http.port=8082
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ quarkus.smallrye-openapi.enable=true
quarkus.smallrye-openapi.format=yaml
quarkus.smallrye-openapi.store-schema-directory=target/generated/
# Docker build properties
quarkus.container-image.registry=ghcr.io
quarkus.container-image.registry=ghcr.io

quarkus.http.port=8083

0 comments on commit 17a831e

Please sign in to comment.