Update testing-host image and remove unnecessary build configuration

This commit is contained in:
Andras Bacsai 2024-01-26 09:03:59 +01:00
parent 4bf34aea62
commit d92dc4c5e6
2 changed files with 3 additions and 11 deletions

View File

@ -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

View File

@ -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