Skip to content

Personal website in Python Django, hosted on Azure AppService

Notifications You must be signed in to change notification settings

Dariocent/personal-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal-portfolio

Website: https://cantella.dev/

I am always working on new ways to host my website using various technologies, here is what I've experimented on until now.

Docker containers managed with docker-compose on a bare-metal server (RaspberryPi):

  • Nginx production server redirecting requests to django and wordpress
  • Django production server with gunicorn
  • Wordpress container
  • MariaDB (stores wordpress data)
  • Cloudflared container (SSL Tunnel to Cloudflare servers) to avoid security risks related to hosting on my homelab

Azure App Service:

  • Django production server

Azure Kubernetes Service with Azure DevOps Pipeline that deploys automatically from image on Azure Container Registry:

  • Django production server

About

Personal website in Python Django, hosted on Azure AppService

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published