Skip to content

Commit

Permalink
Remove build instruction from docker compose files
Browse files Browse the repository at this point in the history
We now provide pre-built images so this is no longer necessary and only
clutters up the compose file.
  • Loading branch information
ll-nick committed Nov 12, 2024
1 parent b11e910 commit 1783c53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions demo/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
services:
tutorial:
image: ghcr.io/kit-mrt/arbitration_graphs_pacman_tutorial:$VERSION
build:
context: .
args:
- VERSION=$VERSION
target: tutorial
env_file: .env
ports:
- "8080:8080"
Expand All @@ -22,11 +17,6 @@ services:

demo:
image: ghcr.io/kit-mrt/arbitration_graphs_pacman_demo:$VERSION
build:
context: .
args:
- VERSION=$VERSION
target: demo
env_file: .env
ports:
- "8080:8080"
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
arbitration_graphs:
image: ghcr.io/kit-mrt/arbitration_graphs:$VERSION
build: .
env_file: .env

arbitration_graphs_devel:
Expand Down

0 comments on commit 1783c53

Please sign in to comment.