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
I think you are right, but we probably would want to keep a separate "development" app container.
We wouldn't want to override this for the entire app, either... I'm thinking we should add some kind of environment-specific docker-compose overrides here, like so:
docker-compose:
environment-overrides:
# This would only override the docker compose for an environment named "dev"
dev:
app:
image: terra/drupal-dev
Not sure if this is absolutely appropriate, but bundling xdebug and xhprof would streamline local dev work.
The text was updated successfully, but these errors were encountered: