diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index a9f09efa3..c723ef013 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -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: @@ -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 diff --git a/docker-compose.windows.yml b/docker-compose.windows.yml index 7dc5927f4..9e66beab6 100644 --- a/docker-compose.windows.yml +++ b/docker-compose.windows.yml @@ -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