https://prefect.io logo
#prefect-server
Title
# prefect-server
k

Kayvan Shah

05/17/2022, 4:56 PM
I have setup docker and Prefect on remote on-premise server. How should I keep the Prefect server with docker agent always running?
k

Kevin Kho

05/17/2022, 5:04 PM
Yes it needs to be on to orchestrate things
k

Kayvan Shah

05/17/2022, 6:07 PM
Can this help keep the server on local machine running https://docs.prefect.io/orchestration/server/deploy-local.html#ui-configuration
Using supervisor to keep both agent and server running https://docs.prefect.io/orchestration/agents/local.html#using-with-supervisor
k

Kevin Kho

05/17/2022, 7:33 PM
You can run the agent in detached mode with
-d
. Yes supervisor for the agent
6 Views