You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains a docker compose file that can be used to create database server instances for running tests that do not support embedded instances. The list of db servers created is below.
To use, you must first have docker and docker compose installed.
To spin up all the database servers, run the following
$> docker-compose up -d
To remove/teardown the database servers, run the following