We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4743f commit 0d64062Copy full SHA for 0d64062
dot_env_example
@@ -12,3 +12,4 @@ POSTGRES_USER=postgres
12
POSTGRES_PASSWORD=postgres
13
POSTGRES_DB=prefect
14
POSTGRES_PORT=5432
15
+API_URL=http://0.0.0.0:4200/api
entrypoint.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env sh
2
3
-prefect config set PREFECT_API_URL="${PREFECT_API_URL}"
+prefect config set PREFECT_API_URL="${API_URL}"
4
prefect config set PREFECT_UI_STATIC_DIRECTORY="/app/"
5
prefect server start --host 0.0.0.0
0 commit comments