Erik Forsman
10/09/2024, 2:22 PMMarvin
10/09/2024, 2:24 PMPREFECT_API_URL<http://host.docker.internal:4200/api><http://localhost:4200/api>--network="host"docker run --network="host" -e PREFECT_API_URL=<http://host.docker.internal:4200/api> prefect-docker-guide-imagedocker run -d --name prefect-postgres -v prefectdb:/var/lib/postgresql/data -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=yourTopSecretPassword -e POSTGRES_DB=prefect postgres:latestprefectprefect config set PREFECT_API_DATABASE_CONNECTION_URL="<postgresql+asyncpg://postgres:yourTopSecretPassword@localhost:5432/prefect>"Erik Forsman
10/09/2024, 2:33 PMMarvin
10/09/2024, 2:33 PMprefect config set PREFECT_API_URL="http://<your-prefect-cloud-url>/api"prefect config set PREFECT_API_URL=http://<your-prefect-server-IP>:4200prefect.yaml