Expected Behavior
Running temporal for development using docker-compose up should not have archival turned. We can have a separate docker-compose-archival.yaml for folks who want to run Temporal with Archival turned on.
Actual Behavior
Running temporal through docker-compose up also enables archival with file based implementation.
Steps to Reproduce the Problem
- Run
docker-compose up
Specifications