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: opensearchproject/opensearch:2.13.0 |
| #4 | restart: unless-stopped |
| #5 | user: "1000:1000" |
| #6 | environment: |
| #7 | - discovery.type=single-node |
| #8 | - plugins.security.disabled=true |
| #9 | - OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m |
| #10 | - OPENSEARCH_INITIAL_ADMIN_PASSWORD=Openmemory123! |
| #11 | - bootstrap.memory_lock=true |
| #12 | ulimits: |
| #13 | memlock: { soft: -1, hard: -1 } |
| #14 | nofile: { soft: 65536, hard: 65536 } |
| #15 | ports: |
| #16 | - "9200:9200" |
| #17 | - "9600:9600" |
| #18 | volumes: |
| #19 | - mem0_storage:/usr/share/opensearch/data |