- Clone the repository.
- Ensure docker, docker-compose, podman (optional) is installed.
docker-compose up -d --build
podman machine init
podman machine set --rootful
podman machine start
docker-compose up -d --build
Logs: docker logs -f django
Hello World page: http://localhost:8000/
Url: http://localhost:8000/restricted/admin/
Username: testicles
Password: motu123
Docker: docker exec -ti django bash
Podman: podman exec -ti django bash
docker-compose down
docker system prune --volumes