Leonard Marcq
09/11/2020, 7:57 AMdocker-compose.yml from prefect/cli/ , modify it to point to your db and up, or do you pull the whole repo (prefect or prefect_server?), or install prefect via pip and pass it a custom .toml config somehow and spin up your server with `prefect server start`; or do you do something else entirely?nicholas
Leonard Marcq
09/11/2020, 2:33 PM--use-volume flag, but am too inexperienced with Docker (or Kubernetes) to dare to use too much of that for production. I just deployed the server on an EC2 and pointed the docker-compose.yml to a database hosted on RDS - seems to be working so far. I wish I could deploy it in a more elegant way, I hopefully will give it a try in the future