From 650379b18b1e022f38c10a191da03a6bab3da5d7 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:16:34 +0100 Subject: [PATCH] update --- {customize => config}/cyclonedds.xml | 0 docker-compose.yaml | 2 ++ 2 files changed, 2 insertions(+) rename {customize => config}/cyclonedds.xml (100%) diff --git a/customize/cyclonedds.xml b/config/cyclonedds.xml similarity index 100% rename from customize/cyclonedds.xml rename to config/cyclonedds.xml diff --git a/docker-compose.yaml b/docker-compose.yaml index c25a3d0..bda6abd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -31,10 +31,12 @@ services: - DISPLAY=${DISPLAY} - QT_X11_NO_MITSHM=1 - NVIDIA_DRIVER_CAPABILITIES=all + - CYCLONEDDS_URI=file:///cyclonedds.xml volumes: # Allows graphical programs in the container. - /tmp/.X11-unix:/tmp/.X11-unix:rw - ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority + - ./config/cyclonedds.xml:/cyclonedds.xml # Overlay image containing the project specific source code. overlay: