diff --git a/docker-compose.yml b/docker-compose.yml index 651c61d..9de0129 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -58,6 +58,7 @@ services: image: flagsmith/flagsmith:latest environment: DATABASE_URL: postgresql://postgres:password@postgres:5432/flagsmith + USE_POSTGRES_FOR_ANALYTICS: "True" entrypoint: - "python" - "manage.py"