Skip to content

Commit 6e33765

Browse files
matijapetanjekivicac
authored andcommitted
745 - docker compose file for starting bytechef monitoring services locally
1 parent 5a72f10 commit 6e33765

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

server/docker/monitoring.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)