NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

Update env vars in `docker-compose.yml`s #1361

Closed skovati closed 8 months ago

skovati commented 8 months ago

Description

PUBLIC_LOGIN_PAGE is no longer used in the UI. ENABLE_CONTINUOUS_VALIDATION_THREAD should be enabled by default after https://github.com/NASA-AMMOS/aerie/issues/1333 is closed, but enabling it now should clear up some confusion.

Verification

Documentation

Future work

Realizing that we have a lot of places env vars can be set: several docker-compose.yml files within the Aerie repo (root, deployment, e2e-test, etc), docker-compose.yml files within example mission model repos, .env files, and env: within Github Actions.