Currently have to manually enable event store projections every time we start the event store container. Instead lets do this automatically in the client code.
For now we're doing this using the EVENTSTORE_START_STANDARD_PROJECTIONS environment setting in docker compose. Will revisit this later if it proves insufficient.
Currently have to manually enable event store projections every time we start the event store container. Instead lets do this automatically in the client code.