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
Move USE_VITESS variable into entrypoint.sh (#8567)
This allows standing up a boulder that uses Vitess even when not running
a specific test:
docker compose run -e USE_VITESS=true boulder
It also allows us to run migrations for mariadb or Vitess depending on
which environment we'll be using, which may save a small amount of
startup time.
Specify USE_VITESS: false as an environment variable in
docker-compose.yml to indicate an easy place to change it to `true` if
someone prefers to use `docker compose up` (which does not accept `-e`).
This unfortunately means losing the `-b` flag to `test.sh` but I think
that's an okay tradeoff.
0 commit comments