Manga Dhatrika
11/09/2021, 9:00 PMdocker-compose build
it will make prefect available at 8080 localhost, instead of spinning up the prefect locally with following steps
pip3 install "prefect[GitHub,kubernetes,Snowflake]"
Make sure you have Docker installed before starting up prefect server.
1. Set Backend to Server Instead of Cloud - prefect backend server
2. Start Prefect Server - prefect server start
3. Visit <http://localhost:8080>
Kevin Kho
docker-compose up
inside a container. Or did I misunderstand and you are running Docker on the host?
Maybe Flavien’s repo here will give a guide. You can check the README also. He did it by adding configuring stuff inside the config.toml
I thinkManga Dhatrika
11/09/2021, 9:20 PMAnna Geller
flow.run()
mentioning that in case you didn’t know.
Also, did you know that Prefect Cloud offers 20,000 free task runs each month? Cloud is much easier to get started, and 20,000 tasks will get you far.