mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08: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!