Open alexaka1 opened 2 days ago
@alexaka1 as a quick test can u rename to docker-compose-coolify.yaml
@alexaka1 the blank services, means it just doesnt build, however if you switch to picking Dockerfile and not compose, and use /src/Web/Dockerfile, this builds and deploys just fine (jsut make sure you set port exposes to 8080)
Same issue unfortunately, but thanks for the suggestion.
Starting deployment of Blazor playground to alexaka1.dev.
Preparing container with helper image: ghcr.io/coollabsio/coolify-helper:1.0.4.
docker rm -f t8gos088kwkk0484kcg4og0w
Error response from daemon: No such container: t8gos088kwkk0484kcg4og0w
docker run -d --network coolify --name t8gos088kwkk0484kcg4og0w --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/coollabsio/coolify-helper:1.0.4
f6a2b0366c802fa3c0487bcab8125620b5377c1fe99df894b870985c732039e9
docker exec t8gos088kwkk0484kcg4og0w bash -c 'GIT_SSH_COMMAND="ssh -o ConnectTimeout=30 -p 22 -o Port=22 -o LogLevel=ERROR -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" git ls-remote https://github.com/alexaka1/adev-dotnet-blazor-playground main'
229ba957b362f8ace54a8178e0121de3e2cd9606 refs/heads/main
----------------------------------------
Importing alexaka1/adev-dotnet-blazor-playground:main (commit sha HEAD) to /artifacts/t8gos088kwkk0484kcg4og0w.
docker exec t8gos088kwkk0484kcg4og0w bash -c 'git clone -b "main" https://github.com/alexaka1/adev-dotnet-blazor-playground /artifacts/t8gos088kwkk0484kcg4og0w'
Cloning into '/artifacts/t8gos088kwkk0484kcg4og0w'...
docker exec t8gos088kwkk0484kcg4og0w bash -c 'cd /artifacts/t8gos088kwkk0484kcg4og0w && git log -1 229ba957b362f8ace54a8178e0121de3e2cd9606 --pretty=%B'
Try rename docker compose file for coolify
Pulling & building required images.
Removing old containers.
Starting new application.
SOURCE_COMMIT=229ba957b362f8ace54a8178e0121de3e2cd9606 COOLIFY_BRANCH=main docker compose --env-file /data/coolify/applications/sss44swkkoow8socs48oo80k/.env --project-name sss44swkkoow8socs48oo80k --project-directory /data/coolify/applications/sss44swkkoow8socs48oo80k -f /data/coolify/applications/sss44swkkoow8socs48oo80k/docker-compose-coolify.yaml up -d
no service selected
Oops something is not okay, are you okay? 😢
no service selected
I would like to get compose working, because I plan on adding more services to the compose file later. It also doesn't work with the simple compose.yaml either, just fyi.
Error Message and Logs
Steps to Reproduce
https://github.com/alexaka1/adev-dotnet-blazor-playground
/docker-compose.coolify.yaml
as the compose filePreserve Repository During Deployment
Example Repository URL
https://github.com/alexaka1/adev-dotnet-blazor-playground
Coolify Version
v4.0.0-beta.370
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Debian GNU/Linux 12 (bookworm)
Additional Information
Coolify does not seem to recognize my compose file when using a public GitHub repo. The parsed compose file is always empty. It does not matter which compose file I specify in my repo. None of the magic env variables are recongized either.
Maybe it's a skill issue on my part, but I do not know what I am doing wrong. I have tried deleting the resource and adding it again, but still the same issue. It does not recognize any other compose files in the repo either.