Skip to content

docs: include Postgres container + network in docker run guide#4473

Open
LarytheLord wants to merge 1 commit intoTandoorRecipes:developfrom
LarytheLord:docs/docker-run-db-container-example
Open

docs: include Postgres container + network in docker run guide#4473
LarytheLord wants to merge 1 commit intoTandoorRecipes:developfrom
LarytheLord:docs/docker-run-db-container-example

Conversation

@LarytheLord
Copy link
Copy Markdown

@LarytheLord LarytheLord commented Feb 25, 2026

Summary

  • document that plain docker run installs require a separate PostgreSQL container
  • add a minimal Postgres docker run example (db_recipes)
  • update the app docker run example to join the same Docker network

Why

The current docker run section sets POSTGRES_HOST=db_recipes but does not show creating a DB container or shared network. This can lead to startup failures where the app cannot reach the database.

Closes #4283

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 25, 2026

CLA assistant check
All committers have signed the CLA.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docker run instructions missing DB server container

2 participants