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
Copy file name to clipboardExpand all lines: README.md
+6-8
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Prefect - Docker Compose
2
2
3
-
A simple guide to understand and make Prefect 2.x work with your own docker-compose configuration.
3
+
A simple guide to understand and make Prefect **2.x** work with your own docker-compose configuration.
4
+
5
+
Interested about version **1.x** configuration ? Switch to the [last 1.x configuration branch](https://github.com/flavienbwk/prefect-docker-compose/tree/e758a498d5819550a9b926b0bf9bb4e9c85574d1).
4
6
5
7
This allows you to package your Prefect instance for fully-containerized environments (e.g: docker-compose, Kubernetes) or offline use.
6
8
@@ -18,8 +20,6 @@ This allows you to package your Prefect instance for fully-containerized environ
18
20
-[Start the Docker in Docker agent](#start-the-docker-in-docker-agent)
19
21
-[Registering the flow](#registering-the-flow)
20
22
21
-
Interested about version **1.x** configuration ? Switch to the [last 1.x configuration branch](https://github.com/flavienbwk/prefect-docker-compose/tree/e758a498d5819550a9b926b0bf9bb4e9c85574d1).
22
-
23
23
## Run the server
24
24
25
25
1. Optionally open and edit the [`server/.env`](./server/.env) file
@@ -92,8 +92,6 @@ This means the Prefect server never stores your code. It just orchestrates the r
92
92
93
93
### Flow with S3 Storage (recommended)
94
94
95
-
:warning: I don't recommend this method if you plan to schedule a lot of flows every minute. MinIO times out regurarly in that case (maybe AWS wouldn't).
96
-
97
95
<details>
98
96
<summary>Tutorial for S3 Storage</summary>
99
97
<br/>
@@ -175,13 +173,13 @@ We're going to push our Docker image with Python dependencies and register our f
0 commit comments