A sample project to run Prefect 3 with Docker Compose.
To build the Docker image:
docker build -t prefect-docker .To run the application using Docker Compose with production environment variables:
docker compose --env-file .env.prod up| Name | Name | Last commit date | ||
|---|---|---|---|---|
A sample project to run Prefect 3 with Docker Compose.
To build the Docker image:
docker build -t prefect-docker .To run the application using Docker Compose with production environment variables:
docker compose --env-file .env.prod up