Skip to content

Commit

Permalink
Add foxglove to docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert108 committed Nov 1, 2023
1 parent 19e765c commit b11dbee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
USE_SSL=True
USE_FOXBRIDGE=True
9 changes: 7 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ services:
- ~/.astazero/ATOS/:/root/.astazero/ATOS/
ports:
- "80:80"
- "8080:8080"
- "8081:8081"
- "8082:8082"
- "3000:3000"
- "3443:3443"
- "55555:55555"
- "443:443"
- "9090:9090"
command: bash -c "source /root/atos_ws/install/setup.sh ; ros2 launch atos launch_basic.py"
command: bash -c "source /root/atos_ws/install/setup.sh ; ros2 launch atos launch_basic.py insecure:=${USE_SLL} foxbridge:=${USE_FOXBRIDGE}"
foxglove-studio:
image: ghcr.io/foxglove/studio:latest
ports:
- "8080:8080"
volumes:
- $PWD/plugins/foxglove/Map, 3D and control layout.json:/foxglove/default-layout.json

0 comments on commit b11dbee

Please sign in to comment.