Hi guys, I have a dockerized fastapi project. And ...
# ask-community
m
Hi guys, I have a dockerized fastapi project. And i will write some workflow with prefect in this project. The project already is dockerized. And I use docker to run flows (https://docs.prefect.io/latest/guides/docker/) So prefect worker pulls docker image and runs in the docker container workflow. But i’m gettings some errors because of environment variables. What is the best practices. Can you help?