Adam Everington
10/22/2021, 7:57 AMAnna Geller
[server]
host = "<http://XXX.XXX.XXX.XXX>"
port = "1234"
[server.ui]
apollo_url = "<http://YOUR_MACHINES_PUBLIC_IP:4200/graphql>"
Then, you can set the expose flag when you start the server, i.e.:
prefect server start --expose
This commands is equivalent to docker-compose up
- it will start all components as docker containers on the VM.Adam Everington
10/22/2021, 9:18 AMAnna Geller
Adam Everington
10/22/2021, 9:22 AMAdam Everington
10/22/2021, 9:22 AMAnna Geller
Anna Geller
Adam Everington
10/22/2021, 9:24 AMAdam Everington
10/22/2021, 9:25 AMAnna Geller
Adam Everington
10/22/2021, 9:26 AMAdam Everington
10/22/2021, 9:27 AMAnna Geller
Anna Geller
~/.prefect/config.toml
Anna Geller
backend = "cloud"
then, there is auth.toml which stores info about your tenant_id and api_key (Cloud)
and all other configuration goes to config.toml, afaikAdam Everington
10/22/2021, 9:33 AMAnna Geller
Anna Geller
Adam Everington
10/22/2021, 9:40 AMAdam Everington
10/22/2021, 9:47 AMAnna Geller