Skip to content

EmilRex/prefect-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prefect-docker-compose

Local testing with docker compose.

# Start the services in the background
docker compose up -d

# Create and use a profile pointing to the services
prefect profile create compose
prefect profile use compose
prefect config set PREFECT_API_URL=http://127.0.0.1:4200/api

# Open the UI in your default browser
open http://127.0.0.1:4200/

# Deploy the flows
python deploy.py

About

Deploy Prefect OSS locally using docker-compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published