Posts by Stuart Maxwell
Advertisement
Advertisement
Advertisement
And for local dev, you can have a second docker-compose file (docker-compose-dev.yml) that has your local-specific settings in it. I have Justfile commands set up for both "just dc-up" and "just dc-up-dev"
1 year ago
1
0
0
0
Screenshot of the Coolify interface showing a docker-compose example
yep, I use docker-compose for everything - even simple, single-service environments. I use the private Github app source, set to track the main branch. I check in some new code to the main branch, and get an email from Coolify a minute later to say that the new version has been built and deployed.
1 year ago
1
0
0
0
Not sure if that made sense, but I just went back to letting the server rebuild the images.
1 year ago
1
0
0
0