Burak
Burak
Directus by default using .env file for env variables so coolify can't override them. Solution is create your own directus repository and deploy it to coolify with env.js file. in...
I'm not sure how Coolify manages direcuts enviroments but directus creates .env file by default when installed with cli. Actually, I assumed that for this reason. When I started the...
sure, i created a [repo](https://github.com/KayhanB/directus-with-env-js/tree/main) that using .env file for dev, env.js for production. Hope this helps you.