fix: some toolkit update

This commit is contained in:
Ran
2026-02-12 03:25:50 +08:00
parent 057e95cb9a
commit 35ce7d169d
3 changed files with 89 additions and 17 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
services:
postgres:
image: postgres:16-alpine
image: postgres:18.1-alpine
container_name: memoh-postgres
environment:
POSTGRES_DB: memoh
@@ -75,7 +75,7 @@ services:
dockerfile: docker/Dockerfile.agent
container_name: memoh-agent
volumes:
- ./config.toml:/app/config.toml:ro
- ./config.toml:/config.toml:ro
ports:
- "8081:8081"
depends_on: