mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
f9e594fbad
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!