Channels
announcements
ask-marvin
best-practices-coordination-plane
data-ecosystem
data-tricks-and-tips
events
find-a-prefect-job
geo-bay-area
geo-berlin
geo-boston
geo-chicago
geo-colorado
geo-dc
geo-israel
geo-japan
geo-london
geo-nyc
geo-seattle
geo-texas
gratitude
introductions
marvin-in-the-wild
pacc-clearcover-june-12-2023
pacc-may-31-2023
ppcc-may-16-2023
prefect-ai
prefect-aws
prefect-azure
prefect-cloud
prefect-community
prefect-contributors
prefect-dbt
prefect-docker
prefect-gcp
prefect-getting-started
prefect-integrations
prefect-kubernetes
prefect-recipes
prefect-server
prefect-ui
random
show-us-what-you-got
Powered by
Title
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
#prefect-server
Join Slack