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: docker/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@ You can override the default image used by any service in
239
239
```yaml
240
240
services:
241
241
fiftyone-app:
242
-
image: voxel51/fiftyone-app-torch:v2.17.2
242
+
image: voxel51/fiftyone-app-torch:v2.18.0
243
243
```
244
244
245
245
> [!NOTE]
@@ -836,6 +836,7 @@ If containers show unhealthy states (e.g., `Restarting`, `Exited`):
836
836
| `FIFTYONE_APP_THEME` | The default theme configuration for your FiftyOne Enterprise application as described [in our documentation](https://docs.voxel51.com/user_guide/config.html#configuring-the-app) | No |
837
837
| `FIFTYONE_APP_DEFAULT_QUERY_PERFORMANCE` | Controls whether Query Performance mode is enabled by default for every dataset for the application. Set to false to set default mode to off. | No |
838
838
| `FIFTYONE_APP_ENABLE_QUERY_PERFORMANCE` | Controls whether Query Performance mode is enabled for the application. Set to false to disable Query Performance mode for entire application. | No |
839
+
| `FIFTYONE_APP_DEPLOYMENT_CHARACTERISTICS` | Deployment characteristics for the `teams-app` | No |
839
840
| `FIFTYONE_API_URI` | The URI to be displayed in the `Install FiftyOne` Modal and `API Keys` configuration screens | No |
840
841
| `FIFTYONE_AUTH_SECRET` | The secret used for services to authenticate with `teams-cas`; also used to login to the SuperAdmin UI | Yes |
841
842
| `FIFTYONE_DATABASE_NAME` | The MongoDB Database that `fiftyone-app`, `teams-api`, and `teams-app` use for FiftyOne Enterprise dataset metadata; the default is `fiftyone` | Yes |
0 commit comments