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: docs/docs/deployment.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,49 @@ Then you can run the following:
28
28
docker build -t <my_image_name>:<my_image_tag>.
29
29
```
30
30
31
+
### Docker Pre and Post Processing Scripts
32
+
33
+
Data Caterer supports running custom scripts before and after the main data generation process when deployed via Docker. This is useful for setup tasks, cleanup operations, notifications, or integrating with external systems.
34
+
35
+
#### Configuration
36
+
37
+
Configure pre and post processing scripts using environment variables:
description: "Add referenceMode to data generation config, fix bug when using nested fields with foreign key relationships, change order of data generation precedence, and add enableFastGeneration for optimizations."
0 commit comments