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
fix: Use distinct container port names (#354)
This introduces the port name "php" for the additional PHP container.
Using the same port name twice can lead to situations where a service
pointing to a named port would route the traffic to the wrong container.
refactor: dbaas meta service check (#302)
* test: add internal-services test
* refactor: move dbaas image exclusion and type check into initial services loop
refactor: dbaas meta service check (#302)
* test: add internal-services test
* refactor: move dbaas image exclusion and type check into initial services loop
refactor: dbaas meta service check (#302)
* test: add internal-services test
* refactor: move dbaas image exclusion and type check into initial services loop