pgcopydb icon indicating copy to clipboard operation
pgcopydb copied to clipboard

Fix docker-compose volume sharing between services.

Open dimitri opened this issue 1 year ago • 0 comments

In unit tests where we use both an inject and a test services, we need the inject service to access the same pgcopydb work directory as the test service. For that we use an external docker volume.

The previous implementation of that idea was found to be wrong, this is fixing it by properly using docker APIs for shared "external" volumes.

dimitri avatar Jul 18 '24 11:07 dimitri