<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Networking on Manzolo Code Notes</title><link>https://notes.manzolo.it/tags/networking/</link><description>Recent content in Networking on Manzolo Code Notes</description><generator>Hugo -- 0.152.2</generator><language>en-US</language><lastBuildDate>Sat, 11 Oct 2025 09:00:00 +0200</lastBuildDate><atom:link href="https://notes.manzolo.it/tags/networking/index.xml" rel="self" type="application/rss+xml"/><item><title>Advanced Docker Compose Guide with Examples</title><link>https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/</link><pubDate>Sat, 11 Oct 2025 09:00:00 +0200</pubDate><guid>https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/</guid><description>&lt;h1 id="advanced-docker-compose-guide-with-practical-examples"&gt;Advanced Docker Compose Guide with Practical Examples&lt;/h1&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#prerequisites"&gt;Prerequisites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#1-multi-file-composition"&gt;Multi-File Composition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#2-environment-variables-and-env-files"&gt;Environment Variables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#3-multi-stage-builds"&gt;Multi-Stage Builds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#4-advanced-networking"&gt;Advanced Networking&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#5-volumes-and-data-persistence"&gt;Volumes and Persistence&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#6-healthchecks-and-dependencies"&gt;Healthchecks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#7-secrets-management"&gt;Secrets Management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#8-compose-watch-for-development"&gt;Compose Watch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#9-production-deployment-patterns"&gt;Production Patterns&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://notes.manzolo.it/docker-compose/advanced_docker_compose_guide/#10-troubleshooting"&gt;Troubleshooting&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Docker Compose is a powerful tool for defining and running multi-container applications. This guide explores advanced features using a &lt;strong&gt;real-world Flask + PostgreSQL application&lt;/strong&gt; as the primary example.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What we&amp;rsquo;ll build&lt;/strong&gt;: A production-ready web application with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Flask web server&lt;/li&gt;
&lt;li&gt;PostgreSQL database with migrations&lt;/li&gt;
&lt;li&gt;pgAdmin for database management&lt;/li&gt;
&lt;li&gt;Automated backups&lt;/li&gt;
&lt;li&gt;Development and production configurations&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Repository&lt;/strong&gt;: &lt;a href="https://github.com/manzolo/docker-python-flask-postgres-template"&gt;docker-python-flask-postgres-template&lt;/a&gt;&lt;/p&gt;</description></item><item><title>SSH Forward Tunneling</title><link>https://notes.manzolo.it/bash/ssh-forward-tunneling/</link><pubDate>Fri, 26 Sep 2025 10:00:00 +0100</pubDate><guid>https://notes.manzolo.it/bash/ssh-forward-tunneling/</guid><description>&lt;h1 id="ssh-forward-tunneling-guide"&gt;SSH Forward Tunneling Guide&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;SSH forward tunneling (also known as local port forwarding) allows you to securely connect to a remote service through an SSH server, making it appear as if the service is running on your local machine. This is useful for accessing services on a remote server or another machine in a secure network that aren&amp;rsquo;t directly accessible.&lt;/p&gt;
&lt;p&gt;In this guide, we&amp;rsquo;ll cover the basics of SSH forward tunneling, explain how it works, and provide practical examples.&lt;/p&gt;</description></item></channel></rss>