My website deployment template.
- macOS 12.7.2
- Visual Studio Code 1.85.1
- Docker 24.0.7
- Frontend: Next.js
- Backend: Django + Django REST
- Database: PostgreSQL
$ find . -name ".env.example" -type f -execdir cp -n {} .env \;
$ docker compose up -d
If you have found a bug or have a request for additional functionality, please use the issue tracker on GitHub.
https://github.com/billy0402/website-deployment-template/issues
Released under MIT by @billy0402.