Home Page Forums Public Free Forum Upload the source code of my CodeIgniter website on Coolify Reply To: Upload the source code of my CodeIgniter website on Coolify

  • Husein

    Administrator
    August 22, 2025 at 6:36 am

    You can push your code to a Git repo, then create a new application in Coolify and connect that repo. Add a Dockerfile (or docker-compose) in your project that sets up PHP and the web server, add your secrets keys in the environment variables, and deploy.

    Here is an example of deploying an application on coolify using your own Docker Regisrty: https://selfhostschool.com/docker-tutorial-for-solopreneurs/