prefect-docker A sample project to run Prefect 3 with Docker Compose. Building the Docker Image To build the Docker image: docker build -t prefect-docker . Running with Docker Compose To run the application using Docker Compose with production environment variables: docker compose --env-file .env.prod up