mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
When using parallel before, multiple PostgreSQL containers would
unintentionally interfere with the other's data. This ensures
both containers have separated data, and don't create a volume.
🌮 @bryphe-coder for the idea!