urlshortener
Deployment
- Create
db-password.txt
with a random password in the repository root. - Run
docker-compose up
. - On first start, run
docker-compose exec backend python manage.py migrate
.
db-password.txt
with a random password in the repository root.docker-compose up
.docker-compose exec backend python manage.py migrate
.