mirror of
https://github.com/bjoernellens1/ros2_bot_mini.git
synced 2024-11-25 03:59:54 +00:00
update
This commit is contained in:
parent
1865af75f4
commit
f1cbb41431
@ -2,7 +2,7 @@ version: "3.9"
|
|||||||
services:
|
services:
|
||||||
# Base image containing dependencies.
|
# Base image containing dependencies.
|
||||||
base:
|
base:
|
||||||
image: bot_mini:base
|
image: ghcr.io/bjoernellens1/ros2_bot_mini/bot_mini:base
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
@ -30,7 +30,7 @@ services:
|
|||||||
# Overlay image containing the example source code.
|
# Overlay image containing the example source code.
|
||||||
overlay:
|
overlay:
|
||||||
extends: base
|
extends: base
|
||||||
image: bot_mini:overlay
|
image: ghcr.io/bjoernellens1/ros2_bot_mini/bot_mini:overlay
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
@ -38,7 +38,7 @@ services:
|
|||||||
|
|
||||||
# Controller and teleop
|
# Controller and teleop
|
||||||
controller:
|
controller:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
command: >
|
command: >
|
||||||
/controller_startup.sh
|
/controller_startup.sh
|
||||||
devices:
|
devices:
|
||||||
|
Loading…
Reference in New Issue
Block a user