diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2f77f80..94c926fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ The types of changes are: * Bump fideslib to fix issue where the authenticate button in the FastAPI docs did not work [#1092](https://github.com/ethyca/fidesops/pull/1092) * Escape the Redis user and password to make them URL friendly [#1104](https://github.com/ethyca/fidesops/pull/1104) * Reduced number of connections opened against app db during health checks [#1107](https://github.com/ethyca/fidesops/pull/1107) +* Fix FIDESOPS__ROOT_USER__ANALYTICS_ID generation when env var is set [#1113](https://github.com/ethyca/fidesops/pull/1113) ### Changed diff --git a/docker-compose.yml b/docker-compose.yml index 00a8a044c..3ba72451f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -69,6 +69,8 @@ services: target: /fidesops read_only: False - /fidesops/src/fidesops.egg-info + environment: + - FIDESOPS__ROOT_USER__ANALYTICS_ID=${FIDESOPS__ROOT_USER__ANALYTICS_ID} docs: build: