From 11bc16ea367baf4394510667913fbc8a74c9670f Mon Sep 17 00:00:00 2001 From: LeoGomide Date: Thu, 28 May 2026 12:27:07 -0300 Subject: [PATCH] docs(plane): translate top-of-file comment to English --- blueprints/plane/docker-compose.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/blueprints/plane/docker-compose.yml b/blueprints/plane/docker-compose.yml index 72e04945..7dcf83eb 100644 --- a/blueprints/plane/docker-compose.yml +++ b/blueprints/plane/docker-compose.yml @@ -1,12 +1,12 @@ version: "3.8" -# Anti-colisão de DNS em multi-stack Dokploy: -# Services internos renomeados com prefix `plane-*` (únicos cluster-wide) e -# `links:` no service `proxy` cria entries em /etc/hosts (` -# web`, etc.) — /etc/hosts tem prioridade absoluta sobre DNS, então o Caddy -# interno do plane-proxy (que tem `reverse_proxy web:3000`/`api:8000` -# hardcoded) resolve direto pros nossos containers, ignorando containers -# `web`/`api` de outros stacks na dokploy-network compartilhada. +# DNS collision avoidance for multi-stack Dokploy: +# Internal services renamed with `plane-*` prefix (unique cluster-wide) and +# `links:` on the `proxy` service creates /etc/hosts entries (` +# web`, etc.) — /etc/hosts takes absolute priority over DNS, so the Caddy +# inside plane-proxy (which has `reverse_proxy web:3000`/`api:8000` +# hardcoded) resolves straight to our containers, ignoring any `web`/`api` +# containers from other stacks on the shared dokploy-network. x-db-env: &db-env PGHOST: ${PGHOST:-plane-db}