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
The `terraform` cli package is required, unless you want to generate a project only locally. To install it we suggest to use the official [install guide](https://learn.hashicorp.com/tutorials/terraform/install-cli).
35
35
36
+
Should you opt for an S3-like object storage, you must install and launch MinIO Server's `mc` package as outlined in this [install guide](https://min.io/docs/minio/linux/index.html).
37
+
36
38
## 🔑 Credentials (optional)
37
39
38
40
### 🦊 GitLab
@@ -202,6 +204,18 @@ If you don't want DigitalOcean DNS configuration the following args are required
202
204
| local | Docker Volume are used to store media |`--media-storage=local`|
203
205
| none | Project have no media |`--media-storage=none`|
204
206
207
+
#### Local S3 storage
208
+
209
+
For enabling a local S3-like object storage the following argument is needed:
210
+
211
+
For enabling redis integration the following arguments are needed:
212
+
213
+
`--local-s3-storage`
214
+
215
+
Disabled arg:
216
+
217
+
`--no-local-s3-storage`
218
+
205
219
#### Redis
206
220
207
221
For enabling redis integration the following arguments are needed:
0 commit comments