Hi all, we are trying to set up a self hosted prefect for us to use. However, I was able to get everything running expect for the last part.
• I'm using docker compose to set up my prefect config
◦ I have server, postgre, worker, and cli.
▪︎ I have custom docker file that worker and cli uses because I need external libraries, etc.
• Pulling code from bitbucket with python files inside my docker container to deploy.
The issue is when I deploy it's not using worker as defined in my compose file. I'm able to push code to UI with deploy and work-pool but when I try manually running it fails. I tried creating a docker work pool but I was able to set it up properly (I think). I just need help configuring my worker agent to work with the flows.
Thanks!