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: docker.elastic.co/elasticsearch/elasticsearch:8.13.4 |
| #4 | restart: unless-stopped |
| #5 | environment: |
| #6 | - discovery.type=single-node |
| #7 | - xpack.security.enabled=false |
| #8 | - ES_JAVA_OPTS=-Xms512m -Xmx512m |
| #9 | ulimits: |
| #10 | memlock: { soft: -1, hard: -1 } |
| #11 | nofile: { soft: 65536, hard: 65536 } |
| #12 | ports: |
| #13 | - "9200:9200" |
| #14 | volumes: |
| #15 | - mem0_storage:/usr/share/elasticsearch/data |