Skip to content

fix(docker): align standalone essentials network with full compose - #2263

Open
NKchinmayanandu wants to merge 1 commit into
Zipstack:mainfrom
NKchinmayanandu:fix/essentials-network
Open

fix(docker): align standalone essentials network with full compose#2263
NKchinmayanandu wants to merge 1 commit into
Zipstack:mainfrom
NKchinmayanandu:fix/essentials-network

Conversation

@NKchinmayanandu

Copy link
Copy Markdown

Description

docker-compose-dev-essentials.yaml did not explicitly declare its default
network, causing standalone execution to create docker_default.

The full Compose configuration uses the explicitly named unstract-network,
and the essentials configuration already configures Traefik to use that network.

This change explicitly names the default network as unstract-network so the
standalone essentials configuration uses the same network as the full Compose
configuration.

Relevant Docs

  • docker/docker-compose.yaml
  • docker/docker-compose-dev-essentials.yaml
  • docs/local-dev-setup-executor-migration.md

Related Issues or PRs

Fixes #2261

Dependencies Versions

  • Docker Compose 2.40.3
  • Docker Engine: local development environment
  • PostgreSQL image: pgvector/pgvector:pg15

Notes on Testing

Before the change, running:

docker compose -f docker-compose-dev-essentials.yaml up -d db
@CLAassistant

CLAassistant commented Aug 31, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@greptile-apps

greptile-apps Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR aligns standalone development essentials with the full Compose stack by explicitly naming its default Docker network.

  • Adds a default network declaration named unstract-network.
  • Matches the network expected by Traefik and other local container tooling.

Confidence Score: 5/5

The PR appears safe to merge.

The essentials configuration now uses the same explicit network name already expected by the full Compose stack, Traefik, and local container tooling, with no supported launch or teardown path shown to regress.

Important Files Changed

Filename Overview
docker/docker-compose-dev-essentials.yaml The new default-network name matches the full Compose configuration and existing references to unstract-network; no actionable defect was identified.

Reviews (1): Last reviewed commit: "fix(docker): align essentials network wi..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants