File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ regarding FiftyOne Enterprise.
4242 - [ 1. Copy the template ` .env ` file] ( #1-copy-the-template-env-file )
4343 - [ 2. Fill out required values in ` .env ` ] ( #2-fill-out-required-values-in-env )
4444 - [ 3. Create a ` compose.override.yaml ` to override configuration] ( #3-create-a-composeoverrideyaml-to-override-configuration )
45+ - [ :package : Official Docker Images] ( #package-official-docker-images )
4546- [ :rocket : Step 4: Initial Deployment] ( #rocket-step-4-initial-deployment )
4647 - [ 1. Database admin mode] ( #1-database-admin-mode )
4748 - [ 2. Launch the application] ( #2-launch-the-application )
@@ -210,11 +211,6 @@ print(Fernet.generate_key().decode())
210211
211212### 3. Create a ` compose.override.yaml ` to override configuration
212213
213- ``` yaml
214- services :
215- fiftyone-app :
216- environment :
217- # Add any environment variable overrides here
218214Create an overrides file (` compose.override.yaml ` ) and add overrides there.
219215Avoid changing the ` yaml ` files in this directory and instead use overrides.
220216
@@ -225,6 +221,7 @@ services:
225221 fiftyone-app :
226222 environment :
227223 EXAMPLE_VARIABLE : example-value
224+ ` ` `
228225
229226### :package: Official Docker Images
230227
You can’t perform that action at this time.
0 commit comments