[PR #4385] Add image arg to up command #3793

Closed
opened 2026-02-20 17:49:10 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/4385

State: closed
Merged: Yes


Using this argument, you can get more customization since you can do langgraph build or directly docker build your image and then re-use the langgraph up --image my-image and have it also spin up redis & postgres for you.

Easier then writing your own compose file

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/4385 **State:** closed **Merged:** Yes --- Using this argument, you can get more customization since you can do `langgraph build` or directly `docker build` your image and then re-use the `langgraph up --image my-image` and have it also spin up redis & postgres for you. Easier then writing your own compose file
yindo added the pull-request label 2026-02-20 17:49:10 -05:00
yindo closed this issue 2026-02-20 17:49:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#3793