Update testing-host image and remove unnecessary build configuration
This commit is contained in:
parent
4bf34aea62
commit
d92dc4c5e6
@ -1,13 +1,5 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
x-testing-host: &testing-host-base
|
|
||||||
build:
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
context: ./docker/testing-host
|
|
||||||
networks:
|
|
||||||
- coolify
|
|
||||||
init: true
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
coolify:
|
coolify:
|
||||||
build:
|
build:
|
||||||
@ -73,7 +65,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
testing-host:
|
testing-host:
|
||||||
<<: *testing-host-base
|
image: "ghcr.io/coollabsio/coolify-testing-host:latest"
|
||||||
|
init: true
|
||||||
container_name: coolify-testing-host
|
container_name: coolify-testing-host
|
||||||
volumes:
|
volumes:
|
||||||
- /:/host
|
- /:/host
|
||||||
|
@ -2,8 +2,7 @@ version: '3.8'
|
|||||||
services:
|
services:
|
||||||
coolify-testing-host:
|
coolify-testing-host:
|
||||||
init: true
|
init: true
|
||||||
build:
|
image: "ghcr.io/coollabsio/coolify-testing-host:latest"
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: coolify-testing-host
|
container_name: coolify-testing-host
|
||||||
volumes:
|
volumes:
|
||||||
- //var/run/docker.sock://var/run/docker.sock
|
- //var/run/docker.sock://var/run/docker.sock
|
||||||
|
Loading…
Reference in New Issue
Block a user