mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +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!