wilsojb
06/18/2020, 2:09 PMprefect server start where its not running in the foreground? I was expecting to find a -d option (similar to docker-compose). I'm sure this has been asked before - just looking to be pointed in the right direction! Thanks! 🙇Laura Lorenz (she/her)
06/18/2020, 2:21 PMprefect server start behind nohup or something though that doesn’t feel great. In general once people get out out of the base case that prefect server start provides we’ve been recommending people take a look at the docker compose file itself and taking it out to suit it to your needs (prefect server start really just does some environment variable interpolation before running docker-compose up on this docker compose file: https://github.com/PrefectHQ/prefect/blob/master/src/prefect/cli/docker-compose.yml). So in that case you could put that docker compose file somewhere and use docker-compose directly, including the -d.
All that being said we are actively thinking of the best ways to expose deployment setup better. prefect server start quickly outgrew itself as we keep adding on more flags to it so we’re trying to find a good way to split the difference between people just taking a look at the UI and people actually deploying.wilsojb
06/18/2020, 2:24 PMPedro Machado
06/18/2020, 5:30 PM