Closed busybox11 closed 1 month ago
Tried forking SigNoz to wrap those lines with quotes, just in case it was only a parsing error, but this didn't help. (repo is https://github.com/busybox11/SigNoz.git)
The source path is still empty.
For the record -- I forgot to mention that the app deploys well when Raw Compose Deployment
is turned on.
EDIT: I can confirm the repo deploys without any issue when using a symlink to /
, in my case using /user/ubuntu/signoz/root
(see coolify-fix
branch on the fork). This leads me to believe the issue comes from the use of only /
as a source directory - which for now is interpreted as an invalid file.
This will be fixed in the upcoming version.
Description
Using the following volume definition:
Coolify is unable to parse the last entry (
- /:/hostfs:ro
), resulting in an empty source path inside theStorages
view and the following deploy error:invalid spec: :/hostfs: empty section between colons
When manually deploying the same compose, I don't have any errors.
Minimal Reproduction (if possible, example repository)
Try to deploy SigNoz (https://github.com/SigNoz/signoz.git) without any modifications using
/deploy/docker/clickhouse-setup/docker-compose.yaml
.Exception or Error
See above
Version
v4.0.0-beta.335
Cloud?