This is the repo for https://emwj.dev/.
- Clone this repo
- Copy
docker-compose.yml
todocker-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.
- Set
- Run
make up