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
Will we use a single container for production, or multiple?
Keep two containers. One for the application (UI and API) another for the DB.
API will store staticfiles (uploaded images etc) in a volume attached to the application container.
DB will store the data in a volume attached to the DB container.
Dockerizing full application for development and production.
For development -
For production -
The text was updated successfully, but these errors were encountered: