mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-22 23:33:50 +00:00
update
This commit is contained in:
parent
6569eb5889
commit
fd59d00a71
@ -83,7 +83,7 @@ services:
|
|||||||
devices:
|
devices:
|
||||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||||
- /dev/ttyACM0:/dev/ttyACM0
|
- /dev/ttyACM0:/dev/ttyACM0
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
# teleop
|
# teleop
|
||||||
teleop:
|
teleop:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
@ -91,7 +91,7 @@ services:
|
|||||||
ros2 launch cps_loki_bringup robot_joy_teleop.launch.py
|
ros2 launch cps_loki_bringup robot_joy_teleop.launch.py
|
||||||
devices:
|
devices:
|
||||||
- /dev/input:/dev/input
|
- /dev/input:/dev/input
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
# scan filter node
|
# scan filter node
|
||||||
lidar_filter:
|
lidar_filter:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
@ -166,7 +166,7 @@ services:
|
|||||||
- caddy_network
|
- caddy_network
|
||||||
ports:
|
ports:
|
||||||
- "1337:1337"
|
- "1337:1337"
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
|
|
||||||
portainer:
|
portainer:
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
@ -190,24 +190,6 @@ services:
|
|||||||
# This section is mostly for supervision from PC #
|
# This section is mostly for supervision from PC #
|
||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
|
|
||||||
# foxglove-bridge:
|
|
||||||
# image: husarion/foxglove-bridge:humble
|
|
||||||
# # Interactive shell
|
|
||||||
# stdin_open: true
|
|
||||||
# tty: true
|
|
||||||
# # Networking and IPC for ROS 2
|
|
||||||
# network_mode: host
|
|
||||||
# ipc: host
|
|
||||||
# # Needed to display graphical applications
|
|
||||||
# #privileged: true
|
|
||||||
# environment:
|
|
||||||
# # Allows graphical programs in the container.
|
|
||||||
# - DISPLAY=${DISPLAY}
|
|
||||||
# - QT_X11_NO_MITSHM=1
|
|
||||||
# - NVIDIA_DRIVER_CAPABILITIES=all
|
|
||||||
# - ROS_DOMAIN_ID=5
|
|
||||||
# - RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
|
|
||||||
|
|
||||||
# Foxglove Studio Bridge
|
# Foxglove Studio Bridge
|
||||||
foxglove_bridge:
|
foxglove_bridge:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
@ -225,6 +207,7 @@ services:
|
|||||||
foxglove:
|
foxglove:
|
||||||
#image: husarion/foxglove
|
#image: husarion/foxglove
|
||||||
image: ghcr.io/foxglove/studio:latest
|
image: ghcr.io/foxglove/studio:latest
|
||||||
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- foxglove_bridge
|
- foxglove_bridge
|
||||||
networks:
|
networks:
|
||||||
@ -248,28 +231,6 @@ services:
|
|||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
# Core Services for Web Management #
|
# Core Services for Web Management #
|
||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
|
|
||||||
# npm: # nginx proxy manager for reverse proxying the webservices
|
|
||||||
# #user "bjoern.ellensohn@unileoben.ac.at" cpsAdmin@unileoben.ac.at
|
|
||||||
# #password "cpsloki_npm"
|
|
||||||
# image: 'jc21/nginx-proxy-manager:latest'
|
|
||||||
# restart: unless-stopped
|
|
||||||
# networks:
|
|
||||||
# - caddy_network
|
|
||||||
# ports:
|
|
||||||
# - '80:80'
|
|
||||||
# - '81:81'
|
|
||||||
# - '443:443'
|
|
||||||
# extra_hosts:
|
|
||||||
# - "host.docker.internal:host-gateway"
|
|
||||||
# #network_mode: host
|
|
||||||
# volumes:
|
|
||||||
# - npm-data:/data
|
|
||||||
# - npm-letsencrypt:/etc/letsencrypt
|
|
||||||
# depends_on:
|
|
||||||
# - foxglove
|
|
||||||
# - olivetin
|
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy:latest
|
image: caddy:latest
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user