Skip to content

Deploying with remote DB #135

@emad-almajdalawi

Description

@emad-almajdalawi

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions