You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/01 12:01:29 UTC

[camel-performance-tests] branch network-mode-host-docker-compose created (now d047af5)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch network-mode-host-docker-compose
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git.


      at d047af5  Monitoring module: No need for port bindings if network mode is host

This branch includes the following new commits:

     new d047af5  Monitoring module: No need for port bindings if network mode is host

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[camel-performance-tests] 01/01: Monitoring module: No need for port bindings if network mode is host

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch network-mode-host-docker-compose
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit d047af528e9ca3368348437dd4dc96da204355ed
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 1 13:00:46 2021 +0100

    Monitoring module: No need for port bindings if network mode is host
---
 profiling/monitoring/docker-compose.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiling/monitoring/docker-compose.yml b/profiling/monitoring/docker-compose.yml
index d08ccae..102c21f 100644
--- a/profiling/monitoring/docker-compose.yml
+++ b/profiling/monitoring/docker-compose.yml
@@ -2,18 +2,14 @@ version: "3.9"
 services:
   jfr-datasource:
     image: "croway/jfr-datasource:2.1.0"
-    ports:
-      - "8080:8080"
     container_name: jfr-datasource
     network_mode: host
   grafana:
     image: "grafana/grafana"
-    ports:
-      - "3000:3000"
     environment:
       - GF_INSTALL_PLUGINS=grafana-simple-json-datasource
     container_name: grafana
     volumes:
       - ./provisioning:/etc/grafana/provisioning
       - ./dashboards:/var/lib/grafana/dashboards
-    network_mode: host
\ No newline at end of file
+    network_mode: host