fix: handle empty filter param and add created/updated fields for PB 0.25 compat

This commit is contained in:
2026-07-19 15:03:15 +00:00
parent a45a2a0bb2
commit 327c5bf733
48 changed files with 49 additions and 1684 deletions
+4 -4
View File
@@ -7,8 +7,8 @@ services:
# For Nginx Proxy Manager: Don't expose ports directly
# NPM will connect via Docker network using container name
# Only uncomment ports if you need direct access for debugging
# ports:
# - "3000:3000"
ports:
- "3000:3000"
environment:
- NODE_ENV=production
- POCKETBASE_URL=http://db:8090
@@ -38,8 +38,8 @@ services:
container_name: project-e-db
# For Nginx Proxy Manager: Don't expose ports directly
# Only uncomment if you need direct PocketBase admin access
# ports:
# - "8090:8090"
ports:
- "8090:8090"
volumes:
- project-e-pb-data:/pb_data
networks: