diff --git a/compose.yaml b/compose.yaml index 0642d6aaf..b50e4d8f2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -175,6 +175,7 @@ services: max-size: "10m" max-file: "3" environment: + CI: "${CI}" # Set in Github actions, changes the Demo TLM_LOG_CYCLE_TIME GEM_HOME: "/gems" PYTHONUSERBASE: "/gems/python_packages" OPENC3_REDIS_USERNAME: "${OPENC3_REDIS_USERNAME}" @@ -238,6 +239,7 @@ services: max-size: "10m" max-file: "3" environment: + CI: "${CI}" # Set in Github actions, changes the Demo TLM_LOG_CYCLE_TIME GEM_HOME: "/gems" PYTHONUSERBASE: "/gems/python_packages" OPENC3_REDIS_USERNAME: "${OPENC3_REDIS_USERNAME}"