coolify icon indicating copy to clipboard operation
coolify copied to clipboard

[Bug]: coolify-realtime

Open Only-SMX opened this issue 3 weeks ago • 1 comments

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

Only-SMX avatar Dec 02 '25 07:12 Only-SMX

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.

djsisson avatar Dec 02 '25 11:12 djsisson