FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Part 6 — Two instances
How-ToDevOps

Part 6 — Two instances

via Dev.toDinh Doan Van Bien10h ago

Part 6 of 7 — Self-hosting Supabase: a learning journey Supabase's free tier gives you two active projects. I was already using both. Adding a second instance to the self-hosted cluster was not about needing more capacity, it was about understanding isolation. When Supabase runs two projects on the same infrastructure, how does it keep them separate? This post answers that question by actually doing it. What isolation means here When I say the two projects are isolated, I mean: Network isolation. Each project has its own Docker overlay network. In the compose file you write internal: as the network name, but when you deploy with docker stack deploy ... project1 , Swarm automatically prefixes it with the stack name. The network becomes project1_internal at runtime. Services in project1 cannot reach services in project2 at the network layer, even though both compose files define a network called internal . Data isolation. Each project has its own Postgres container with its own volume. T

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

I Built a Visual Pathfinding Tool to Understand Uninformed Search Algorithms. Here’s What I Learned
How-To

I Built a Visual Pathfinding Tool to Understand Uninformed Search Algorithms. Here’s What I Learned

Medium Programming • 11h ago

Stop Writing Go Like It’s 2017: 15 Modern Patterns You Should Be Using
How-To

Stop Writing Go Like It’s 2017: 15 Modern Patterns You Should Be Using

Medium Programming • 11h ago

Mimic @ViewBuilder
How-To

Mimic @ViewBuilder

Medium Programming • 11h ago

These 2 Apps Help Me Make Sense of My 100K Screenshots
How-To

These 2 Apps Help Me Make Sense of My 100K Screenshots

Wired • 12h ago

How to Build a Migration-Proof Icon Picker in AEM
How-To

How to Build a Migration-Proof Icon Picker in AEM

Medium Programming • 12h ago

Discover More Articles