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
Base compose file written to define core services needed for dev & test
Override compose file written for dev
Test compose file written for test
Description
docker-compose.test.yml does not share any configuration with docker-compose.yml, but it might be nice to create a base compose file and extend from it when defining the test compose file.