Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 804 Bytes

File metadata and controls

18 lines (15 loc) · 804 Bytes

Quick Setup

docker compose up

Important notes

  1. Admin access:
  2. Django views examples:
  3. We set up MEDIA_URL = 'http://127.0.0.1:8090/media/' using nginx absolute url, it allows us to be directly connected to nginx container by copy and pasting URL to browser.
  4. For emulating Nginx local setup we described steps using ubuntu image there: Dockerfile.nginx. The Dockerfile should not be used on production, it's just a simple example how to set up nginx-extras.
  5. Nginx site config example file described there: default.site.conf.