Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
25 views

I'm getting this error from Coolify while trying to deploy a NextJS 15 app: The files DO exist in git repo, locally (windows) so i dont understand the error. Its not a case sensitive issue, i already ...
miko's user avatar
  • 81
0 votes
0 answers
116 views

I'm running a FastAPI backend with Uvicorn on my VPS (Using Coolify) behind Cloudflare, and I'm getting the following error in the browser: SSL_ERROR_NO_CYPHER_OVERLAP The error only occurs when the ...
Gabriel Mesquita's user avatar
0 votes
0 answers
203 views

I’m encountering an issue while deploying a website built with Next.js and a MySQL database, hosted on a Hostinger VPS using Coolify. Context: • The Next.js site is properly built (next build) and ...
bernabé le prolo's user avatar
0 votes
0 answers
150 views

I use Coolify for deployment and i use Nixpacks for setup. Having a structure as defined on the Coolify-Documentation (https://coolify.io/docs/applications/laravel) and running the build based on that ...
subIT's user avatar
  • 31
1 vote
0 answers
493 views

I am using Coolify Cloud to manage my Next.js application and PostgreSQL database. Both the application and the database are running in separate Docker containers. I want to back up my PostgreSQL ...
BibDev's user avatar
  • 399
1 vote
2 answers
3k views

I want to use Coolify with CloudFlare Tunnels, so all my apps will be public using https domains, e.g. https://test.mydomain.com I followed the steps mentioned in docs in order to have a tunnel & ...
johnykes's user avatar
  • 2,055
0 votes
1 answer
342 views

I'm hosting Supabase with Kong and using TUS for resumable file uploads. My goal is to ensure that all client-side requests consistently start with https://myhost.com/storage/v1/..., and have Kong ...
ツNoaツ's user avatar
0 votes
1 answer
189 views

Basically, mongo-auth via rootUser/created user works fine locally, but fails on my server after deployment via Coolify/Dokploy Here is my docker compose file: version: '3.8' services: mongodb-dev: ...
V.Sch's user avatar
  • 1,078
0 votes
1 answer
888 views

I'm using Coolify and I want to deploy a Django application. I created an entrypoint.sh #!/bin/sh set -e echo "Running migrations..." python manage.py migrate echo "Collecting static ...
omkobass's user avatar
  • 335
1 vote
0 answers
449 views

I am using coolify to deploy apps, coolify uses nixpacks under the hood to build an image. When deploying a PHP project everything works fine, but I cant figure out or find anyting in the docs about ...
Red's user avatar
  • 7,463