[Bug]: coolify-realtime
Error Message and Logs
When run docker compose up -d show: service "soketi" has neither an image nor a build context specified: invalid compose project
When run docker pull coolify-realtime:1.0.10 show: Error response from daemon: pull access denied for coolify-realtime, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.452
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
No response
Neither command above is correct
Its a partial compose you so need to add both parts with -f
When running docker pull if you don't specify the registry it will use docker hub, however these are on ghcr.io which you would need to add to the image name when pulling.