Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PADME Station Software
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
PADME-PHT Development
PADME Station Software
Commits
2a9f1c87
Commit
2a9f1c87
authored
1 month ago
by
Muhammad Hamza Akhtar
Browse files
Options
Downloads
Patches
Plain Diff
fix: monitor api endpoint
parent
53532c3c
Branches
prerelease
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
StationDeploymentFiles/docker-compose-dev.yml
+1
-1
1 addition, 1 deletion
StationDeploymentFiles/docker-compose-dev.yml
StationDeploymentFiles/docker-compose.yml
+1
-1
1 addition, 1 deletion
StationDeploymentFiles/docker-compose.yml
with
2 additions
and
2 deletions
StationDeploymentFiles/docker-compose-dev.yml
+
1
−
1
View file @
2a9f1c87
...
...
@@ -97,7 +97,7 @@ services:
-
KC_AUTH_SERVER_URL=${KEYCLOAK_AUTH_SERVER_URL-https://localhost:8443}
-
KC_PUBLIC_KEY_URL=${KEYCLOAK_PUBLIC_KEY_URL-http://pht-keycloak:8080/realms/PHT-Station}
-
COSIGN_ENABLED=${COSIGN_ENABLED-false}
-
MONITORING_API_ADDRESS=https://monitoring.klee.informatik.rwth-aachen.de
-
MONITORING_API_ADDRESS=https://monitoring
api
.klee.informatik.rwth-aachen.de
networks
:
-
pht-net
-
metadata
...
...
This diff is collapsed.
Click to expand it.
StationDeploymentFiles/docker-compose.yml
+
1
−
1
View file @
2a9f1c87
...
...
@@ -72,7 +72,7 @@ services:
-
KC_AUTH_SERVER_URL=${KEYCLOAK_AUTH_SERVER_URL-https://localhost:8443}
-
KC_PUBLIC_KEY_URL=${KEYCLOAK_PUBLIC_KEY_URL-http://pht-keycloak:8080/realms/PHT-Station}
-
COSIGN_ENABLED=${COSIGN_ENABLED-false}
-
MONITORING_API_ADDRESS=https://monitoring.padme-analytics.de
-
MONITORING_API_ADDRESS=https://monitoring
api
.padme-analytics.de
networks
:
-
pht-net
-
metadata
...
...
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