fix: testing-host should be built locally
This commit is contained in:
parent
c324f38af2
commit
d067895ffd
1 changed files with 3 additions and 2 deletions
|
|
@ -74,8 +74,9 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
testing-host:
|
testing-host:
|
||||||
image: "ghcr.io/coollabsio/coolify-testing-host:latest"
|
build:
|
||||||
pull_policy: always
|
context: .
|
||||||
|
dockerfile: ./docker/testing-host/Dockerfile
|
||||||
init: true
|
init: true
|
||||||
container_name: coolify-testing-host
|
container_name: coolify-testing-host
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue