Self-hosting Python DASH Apps: Docker and Cloudflare Tunnel

After deploying the Trip Planner DASH app in GCR last month, I got an interesting bill to pay. That made me consider to use the Docker DASH image of the App together with Cloudflare to deploy it securely.

Python Trip Planner

Discovering Weather Data before Trips with Python

Are you planning your next adventure but not sure if the weather will be fine? This Python Dash app allows you to explore historical weather data for any location you are planning to visit.

DASH Apps with Docker and Google Cloud Run

Guide - How to use Google Cloud Run free tier to deploy your Python DASH apps.

Building Docker Images: Github Actions vs Local Builds

Discovering the differences between building Docker images using the Cloud and Local Builds. Comparing the advantages and limitations, such as automation, resource usage, and build times. Example: Python DASH