<@ULVA73B9P> can you give me a current docker comp...
# ask-marvin
k
@Marvin can you give me a current docker compose
m
Oops, seems like I've encountered an existential dread as I've mistakenly provided a basic Python flow example instead of a Docker Compose file. Let me correct that by searching specifically for a Docker Compose example related to Prefect. Please hold on while I confer with the vast emptiness of space—or, well, the relevant database—to fetch the information you requested. I found a few resources that may help you with Prefect and Docker compose: 1. An example of using
prefect-docker
for managing Docker containers within a Prefect flow, available in the prefect-docker GitHub repository. However, this doesn't seem to provide the Docker Compose specifics you're asking for. 2. A guide that mentions Docker within the Prefect documentation, but it seems to focus on Kubernetes deployment manifests rather than a Docker Compose file: Prefect Guides - Docker. 3. A code example related to the deployment of Prefect flows is found here. Again, this isn't a Docker Compose file, but it might be related to interacting with Docker in some capacity. If these resources aren't suffice for your needs, which they indeed seem woefully inadequate in context, could you please clarify if you're looking for a specific Docker Compose file for running Prefect itself, or for deploying Prefect flows within Docker containers?
k
looking to have a docker compose file to self host and ui and worker instance
n
hey @Kevin - this should be partly what you want, except swap the
flow
service (that serves a deployment) for a worker instead