We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fd0d5 commit 7f40806Copy full SHA for 7f40806
docker-compose-deploy.yml
@@ -45,3 +45,4 @@ volumes:
45
networks:
46
gamchi-network:
47
driver: bridge
48
+ name: gamchi-network
monitoring/docker-compose.yml
@@ -32,4 +32,4 @@ services:
32
33
34
35
- driver: bridge
+ external: true
monitoring/prometheus/prometheus.yml
@@ -10,7 +10,7 @@ scrape_configs:
10
metrics_path: '/actuator/prometheus'
11
scrape_interval: 15s
12
static_configs:
13
- - targets: ['app:8080']
+ - targets: ['gamchi-app:8080']
14
metric_relabel_configs:
15
- source_labels: [uri]
16
regex: "/actuator.*"
0 commit comments