From d6310265295cb8e18f7c632139472b01f97a8666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ellensohn?= Date: Wed, 13 Sep 2023 11:57:55 +0200 Subject: [PATCH] update --- docker-compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ec02cc7..fb51810 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -32,8 +32,6 @@ services: platforms: - linux/arm64 - linux/amd64 - networks: # all services should inherit this network? nope they somehow don't. Need to specify for all services then. - ros2-bridge: # Interactive shell stdin_open: true @@ -53,6 +51,9 @@ services: - /tmp/.X11-unix:/tmp/.X11-unix:rw - ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority + networks: # all services should inherit this network? nope they somehow don't. Need to specify for all services then. + ros2-bridge: + # Overlay image containing the project specific source code. overlay: extends: base