repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | services: |
| #2 | mem0_store: |
| #3 | image: qdrant/qdrant |
| #4 | ports: |
| #5 | - "6333:6333" |
| #6 | volumes: |
| #7 | - mem0_storage:/mem0/storage |
| #8 | openmemory-mcp: |
| #9 | image: mem0/openmemory-mcp |
| #10 | build: api/ |
| #11 | environment: |
| #12 | - USER |
| #13 | - API_KEY |
| #14 | env_file: |
| #15 | - api/.env |
| #16 | depends_on: |
| #17 | - mem0_store |
| #18 | ports: |
| #19 | - "8765:8765" |
| #20 | volumes: |
| #21 | - ./api:/usr/src/openmemory |
| #22 | command: > |
| #23 | sh -c "uvicorn main:app --host 0.0.0.0 --port 8765 --reload --workers 4" |
| #24 | openmemory-ui: |
| #25 | build: |
| #26 | context: ui/ |
| #27 | dockerfile: Dockerfile |
| #28 | image: mem0/openmemory-ui:latest |
| #29 | ports: |
| #30 | - "3000:3000" |
| #31 | environment: |
| #32 | - NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL} |
| #33 | - NEXT_PUBLIC_USER_ID=${USER} |
| #34 | |
| #35 | volumes: |
| #36 | mem0_storage: |
| #37 |