You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Prefect](https://prefect.io) is a great platform for building data flows/pipelines. It supports hybrid execution with execution engines running on-premises with
4
5
all command control and monitoring capabilities via the Prefect UI hosted on the cloud. This means metadata about flows, logs and metrics
@@ -65,9 +66,11 @@ The following Environment Variables are available to configure the Proxy service
65
66
### Docker Build
66
67
67
68
```bash
69
+
#Build local docker image
70
+
docker build -t prefect-auth-proxy .
68
71
# Run docker image
69
72
# Prepare environment variables in .env file
70
-
docker run -d -p 3000:3000 --env-file ./.env --name auth-proxy softrams/prefect-auth-proxy:latest
73
+
docker run -d -p 3000:3000 --env-file ./.env --name auth-proxy prefect-auth-proxy
0 commit comments