Skip to content

Commit

Permalink
745 - docker compose file for starting bytechef monitoring services l…
Browse files Browse the repository at this point in the history
…ocally
  • Loading branch information
matijapetanjek authored and ivicac committed Dec 7, 2024
1 parent 5a72f10 commit 6e33765
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions server/docker/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This configuration is intended for development purpose
name: bytechef-monitoring
services:
prometheus:
image: prom/prometheus:v3.0.1
extra_hosts: [ 'host.docker.internal:host-gateway' ]
volumes:
- ./prometheus/:/etc/prometheus/
command:
- --config.file=/etc/prometheus/prometheus-${profile:-dev}.yml
ports:
- 9090:9090

0 comments on commit 6e33765

Please sign in to comment.