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