添加数据持久化、镶嵌的像素选择策略

This commit is contained in:
weixin_46229132 2025-07-05 19:37:54 +08:00
parent 92c83b2c7e
commit 1cb4d41cd5

View File

@ -14,6 +14,8 @@ services:
ports:
- "5439:5432"
command: postgres -N 500
volumes:
- ./pgdata:/var/lib/postgresql/data # ✅ 数据持久化路径
app:
container_name: stac-fastapi-pgstac