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
{{ message }}
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.
e.g: when starting up the application, migrate the database.
There's a similar need in production (e.g: run migrate command on deploy) so perhaps there's some commonality that can be identified.
The separate container pattern is neat -- i.e: what's recommended for aws-cli sometimes -- but not sure how best to achieve that with php though, given we'd need the container to have access to all the environment variables (does docker-compose support sharing them? This might be an example where .env makes sense).
The text was updated successfully, but these errors were encountered:
e.g: when starting up the application, migrate the database.
There's a similar need in production (e.g: run migrate command on deploy) so perhaps there's some commonality that can be identified.
The separate container pattern is neat -- i.e: what's recommended for aws-cli sometimes -- but not sure how best to achieve that with php though, given we'd need the container to have access to all the environment variables (does docker-compose support sharing them? This might be an example where
.env
makes sense).The text was updated successfully, but these errors were encountered: