Add OpenMemory (#2676)
Co-authored-by: Saket Aryan <94069182+whysosaket@users.noreply.github.com> Co-authored-by: Saket Aryan <saketaryan2002@gmail.com>
This commit is contained in:
13
openmemory/ui/docker-compose.yml
Normal file
13
openmemory/ui/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: mem0/openmemory-ui:latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- NEXT_PUBLIC_API_URL=NEXT_PUBLIC_API_URL
|
||||
- NEXT_PUBLIC_USER_ID=NEXT_PUBLIC_USER_ID
|
||||
Reference in New Issue
Block a user