I have setup docker and Prefect on remote on-premi...
# prefect-server
k
I have setup docker and Prefect on remote on-premise server. How should I keep the Prefect server with docker agent always running?
k
Yes it needs to be on to orchestrate things
k
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
You can run the agent in detached mode with
-d
. Yes supervisor for the agent