feat: client tests for docker compose server (#1189)
This commit is contained in:
@@ -4,7 +4,7 @@ docker build -f db/Dockerfile.simple -t pg-test .
|
||||
# run container
|
||||
docker run -d --rm \
|
||||
--name memgpt-db-test \
|
||||
-p 5432:5432 \
|
||||
-p 8888:5432 \
|
||||
-e POSTGRES_PASSWORD=password \
|
||||
-v memgpt_db_test:/var/lib/postgresql/data \
|
||||
pg-test:latest
|
||||
|
||||
Reference in New Issue
Block a user