Skip to content

Commit

Permalink
Merge docker-compose.yaml with docker-compose.devel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Oct 29, 2024
1 parent 3ec3abc commit 485aa2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Follow the steps above to setup the Docker image.
Then, run the development image.

```bash
docker compose -f docker-compose.devel.yaml build
docker compose -f docker-compose.devel.yaml run --rm arbitration_graphs_devel
docker compose build
docker compose run --rm arbitration_graphs_devel
```

This mounts the source into the container's `/home/blinky/arbitration_graphs` folder.
Expand Down
8 changes: 0 additions & 8 deletions docker-compose.devel.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ services:
image: ghcr.io/kit-mrt/arbitration_graphs:$VERSION
build: .
env_file: .env
arbitration_graphs_devel:
extends:
service: arbitration_graphs
image: arbitration_graphs_devel
volumes:
- .:/home/blinky/arbitration_graphs

0 comments on commit 485aa2d

Please sign in to comment.