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
It's currently necessary to maintain different docker-compose settings in development. There are a few different ways we could make this more efficient, most simply by creating a docker-compose-dev.yml with the required development settings, which could then be invoked by running docker compose -f docker-compose-dev.yml up -d.
The text was updated successfully, but these errors were encountered:
It's currently necessary to maintain different docker-compose settings in development. There are a few different ways we could make this more efficient, most simply by creating a
docker-compose-dev.yml
with the required development settings, which could then be invoked by runningdocker compose -f docker-compose-dev.yml up -d
.The text was updated successfully, but these errors were encountered: