Skip to content

Commit 8ca4eae

Browse files
committed
feat(package): update description
1 parent 90ef06f commit 8ca4eae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ ENTRYPOINT ["/srv/app/docker-entrypoint.sh"]
9595
CMD ["pnpm", "exec", "postgraphile", "--config", "./src/graphile.config.ts", "-n", "0.0.0.0"]
9696
EXPOSE 5678
9797
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 CMD wget -q --spider http://127.0.0.1:5678/ || exit 1
98-
LABEL org.opencontainers.image.description="Instant high-performance GraphQL API for your PostgreSQL database https://github.com/graphile/postgraphile"
98+
LABEL org.opencontainers.image.description="PostGraphile GraphQL API for the Vibetype platform; includes @graphile/postgis, Amber preset, Grafast optimizations, and JWT authentication."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# postgraphile
22

3-
Vibetype's postgraphile container image amends the default by the `@graphile/postgis` plugin.
3+
PostGraphile GraphQL API for the Vibetype platform; includes @graphile/postgis, Amber preset, Grafast optimizations, and JWT authentication.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"jose": "6.2.2",
99
"postgraphile": "5.0.0"
1010
},
11-
"description": "Vibetype's postgraphile container image amends the default by the `@graphile/postgis` plugin.",
11+
"description": "PostGraphile GraphQL API for the Vibetype platform; includes @graphile/postgis, Amber preset, Grafast optimizations, and JWT authentication.",
1212
"devDependencies": {
1313
"@eslint/js": "10.0.1",
1414
"@eslint/json": "1.2.0",

0 commit comments

Comments
 (0)