Replies: 1 comment
-
I think I found the cause of this here: #4618 Which is related to this older issue: #2895 And the workaround:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been able to configure and deploy a Django backend that works with some services (redis, rabbitmq etc) using docker compose. Everything deploys successfully and I can access the API.
The deployment uses a private GitHub repo which I've also successfully linked to our self-hosted coolify instance.
When I make a push to the branch linked to the deployment only one of the services' files are updated. The worker and scheduler services which use the same docker file as the web service do not get updated.
I've tried redeploying the services with the without cache option and it still uses the old project files instead of pulling the latest changes from the branch that triggered the redeployment.
I've also turned on the "Preserve Repository During Deployment"
Note only the web service is updated. The worker and scheduler services are not updated during redeployment.
Here's my compose file:
Beta Was this translation helpful? Give feedback.
All reactions