添加数据持久化、镶嵌的像素选择策略
This commit is contained in:
parent
92c83b2c7e
commit
1cb4d41cd5
@ -14,6 +14,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "5439:5432"
|
- "5439:5432"
|
||||||
command: postgres -N 500
|
command: postgres -N 500
|
||||||
|
volumes:
|
||||||
|
- ./pgdata:/var/lib/postgresql/data # ✅ 数据持久化路径
|
||||||
|
|
||||||
app:
|
app:
|
||||||
container_name: stac-fastapi-pgstac
|
container_name: stac-fastapi-pgstac
|
||||||
|
Loading…
Reference in New Issue
Block a user