From 200138438e7a48a43f9be6061579a891c7b98c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ellensohn?= Date: Thu, 14 Sep 2023 11:08:13 +0200 Subject: [PATCH] update --- docker-compose.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index e6e60f1..0599cdd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -298,6 +298,10 @@ services: - RMW_IMPLEMENTATION=rmw_cyclonedds_cpp volumes: - ./foxglove/default.json:/foxglove/default-layout.json + networks: # not using bridging anymore, instead try using all services on macvlan? let's see... shoudl word for now. Bridging does definitely not work because multicast is not supported here. + rmp: + ipv4_address: 192.168.0.201 #actually don't need to set ips. they are set automatically by docker-compose. SHould be inherited by all child services. + # Foxglove Studio Webserver foxglove_webserver: @@ -305,6 +309,7 @@ services: stdin_open: true tty: true # Networking + network_mode: bridge ports: - 8080:8080