Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 326 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 326 Bytes

This is the repo for https://emwj.dev/.

Setup

  • Clone this repo
  • Copy docker-compose.yml to docker-compose-prod.yml and configure environment variables
    • Set SECRET_KEY to a long, random string
    • Set ALLOWED_HOSTS to a comma seperated list of domains you want to connect.
  • Run make up