We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a72f10 commit 6e33765Copy full SHA for 6e33765
server/docker/monitoring.yml
@@ -0,0 +1,12 @@
1
+# This configuration is intended for development purpose
2
+name: bytechef-monitoring
3
+services:
4
+ prometheus:
5
+ image: prom/prometheus:v3.0.1
6
+ extra_hosts: [ 'host.docker.internal:host-gateway' ]
7
+ volumes:
8
+ - ./prometheus/:/etc/prometheus/
9
+ command:
10
+ - --config.file=/etc/prometheus/prometheus-${profile:-dev}.yml
11
+ ports:
12
+ - 9090:9090
0 commit comments