chore: add langgraph-server to docker-compose (ARM64 verified)
langchain/langgraph-api:3.11 pulls and runs on ARM64. Uses SQLite for local state management.
This commit is contained in:
parent
816415dd24
commit
94edb45c86
@ -34,6 +34,21 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- docker-socket-proxy
|
- docker-socket-proxy
|
||||||
|
|
||||||
|
langgraph-server:
|
||||||
|
image: langchain/langgraph-api:3.11
|
||||||
|
environment:
|
||||||
|
- DATABASE_URI=sqlite:///data/langgraph.db
|
||||||
|
volumes:
|
||||||
|
- langgraph-data:/data
|
||||||
|
networks:
|
||||||
|
- galaxis-net
|
||||||
|
restart: unless-stopped
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: "0.5"
|
||||||
|
memory: 1G
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
galaxis-net:
|
galaxis-net:
|
||||||
external: true
|
external: true
|
||||||
@ -42,3 +57,4 @@ volumes:
|
|||||||
uv-cache:
|
uv-cache:
|
||||||
npm-cache:
|
npm-cache:
|
||||||
agent-data:
|
agent-data:
|
||||||
|
langgraph-data:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user