Skip to content

Commit

Permalink
Update testing-host image and remove unnecessary build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Jan 26, 2024
1 parent 4bf34ae commit d92dc4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
11 changes: 2 additions & 9 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
version: "3.8"

x-testing-host: &testing-host-base
build:
dockerfile: Dockerfile
context: ./docker/testing-host
networks:
- coolify
init: true

services:
coolify:
build:
Expand Down Expand Up @@ -73,7 +65,8 @@ services:
networks:
- coolify
testing-host:
<<: *testing-host-base
image: "ghcr.io/coollabsio/coolify-testing-host:latest"
init: true
container_name: coolify-testing-host
volumes:
- /:/host
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ version: '3.8'
services:
coolify-testing-host:
init: true
build:
dockerfile: Dockerfile
image: "ghcr.io/coollabsio/coolify-testing-host:latest"
container_name: coolify-testing-host
volumes:
- //var/run/docker.sock://var/run/docker.sock
Expand Down

0 comments on commit d92dc4c

Please sign in to comment.