Skip to content

Commit 1a4fd8e

Browse files
committed
Spring port fix
1 parent 94c3e13 commit 1a4fd8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- LLM_SERVICE_URL=http://llm:5000
1111
- MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE=health,info,prometheus
1212
ports:
13-
- "8081:8080"
13+
- "8080:8080"
1414
restart: unless-stopped
1515

1616
database:

prometheus/prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ scrape_configs:
1313
- targets: ['server:8080']
1414

1515
- job_name: 'llm-service'
16-
metrics_path: '/api/metrics'
16+
metrics_path: '/metrics'
1717
static_configs:
1818
- targets: ['localhost:5000']

0 commit comments

Comments
 (0)