2024-06-18 11:25:09 +02:00
|
|
|
services:
|
|
|
|
|
|
|
|
stm32_devcontainer:
|
|
|
|
image: git.fasttube.de/fasttube/stm32_devcontainer:latest
|
2024-06-18 13:31:27 +02:00
|
|
|
pull_policy: always
|
2024-06-18 11:25:09 +02:00
|
|
|
container_name: stm32_devcontainer
|
|
|
|
stdin_open: true
|
|
|
|
tty: true
|
|
|
|
privileged: true
|
2024-06-22 17:41:47 +02:00
|
|
|
# build:
|
|
|
|
# context: ../
|
|
|
|
# dockerfile: docker/Dockerfile
|
2024-06-18 11:25:09 +02:00
|
|
|
volumes:
|
|
|
|
- type: bind
|
|
|
|
source: ../
|
|
|
|
target: /home/stm32_devcontainer
|
|
|
|
- type: bind
|
|
|
|
source: /tmp/.X11-unix
|
|
|
|
target: /tmp/.X11-unix
|
|
|
|
- type: bind
|
|
|
|
source: /dev
|
|
|
|
target: /dev
|
|
|
|
network_mode: host
|
|
|
|
pid: "host"
|
|
|
|
ipc: "host"
|
|
|
|
environment:
|
|
|
|
DISPLAY: $DISPLAY
|
|
|
|
ROS_AUTOMATIC_DISCOVERY_RANGE: "LOCALHOST"
|
|
|
|
ROS_DOMAIN_ID: "0"
|
|
|
|
PROJECT_NAME_VN200: vn200
|