Deploying with remote DB To deploy 1. from settings.py, uncomment the remote database code-lines 2. from docker-compose.yml, - make this line a comment: (command: python manage.py runserver 0.0.0.0:8000) - uncomment this line (command: gunicorn tadreebi.wsgi:application --bind 0.0.0.0:8000 --workers 4) 3. in the FE in src/api/index.js change the BACKEND_URL
Deploying with remote DB
To deploy
from settings.py, uncomment the remote database code-lines
from docker-compose.yml,
in the FE in src/api/index.js change the BACKEND_URL