Skip to content

Commit

Permalink
Remove duplicate network definition from sub compose files (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjong authored Dec 18, 2024
1 parent aac98c8 commit 15df7e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions robot/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,3 @@ services:
- ../../common/ros_packages:/root/ros_ws/src/common:rw # common ROS packages
- ../../common/ros_packages/fastdds.xml:/root/ros_ws/fastdds.xml:rw # fastdds.xml
- ../ros_ws:/root/ros_ws:rw # robot-specific ROS packages
# ==============================================================================
networks:
airstack_network:
driver: bridge
ipam:
driver: default
config:
- subnet: 172.31.0.0/24
9 changes: 0 additions & 9 deletions simulation/isaac-sim/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,3 @@ services:
- ../sitl_integration:/sitl_integration:rw
- ../sitl_integration/inputrc:/etc/inputrc
- ../sitl_integration/config:/root/.nvidia-omniverse/config:rw

# ==============================================================================
networks:
airstack_network:
driver: bridge
ipam:
driver: default
config:
- subnet: 172.31.0.0/24

0 comments on commit 15df7e4

Please sign in to comment.