prefect-docker-compose
prefect-docker-compose copied to clipboard
A simple guide to understand Prefect and make it work with your own docker-compose configuration.
Results
2
prefect-docker-compose issues
Sort by
recently updated
recently updated
newest added
On M1 Mac for both client_s3 and local storage client I'm getting the same error when running the client: ``` weather_1 | The above exception was the direct cause of...
help wanted
So agent and server is running locally, not inside the docker I've updated `client_docker/Dockerfile` to this ``` FROM prefecthq/prefect:2-python3.11 RUN mkdir -p /usr/app COPY ./app/ /usr/app WORKDIR /usr/app ``` Then...