Skip to content

Add Platformatic World to worlds-manifest.json#1450

Open
marcopiraccini wants to merge 2 commits intovercel:mainfrom
marcopiraccini:vercel-submission
Open

Add Platformatic World to worlds-manifest.json#1450
marcopiraccini wants to merge 2 commits intovercel:mainfrom
marcopiraccini:vercel-submission

Conversation

@marcopiraccini
Copy link

Summary

  • Add @platformatic/world as a community world backed by a centralized workflow service (@platformatic/workflow) with PostgreSQL
  • Introduce a generic docker service type in the CI so worlds can declare arbitrary Docker containers in their manifest services array
  • Services are started with --network host and health-checked from the runner

How it works

Platformatic World is a thin HTTP client that talks to an external workflow service. The CI needs two containers:

  1. postgres — database for the workflow service
  2. platformatic-workflow — the workflow service (platformatic/workflow:latest from Docker Hub)

Both run with --network host so they share localhost with the test runner. The matrix script sets service-type: "docker" for any world whose services aren't the built-in mongodb/redis, and passes the full services JSON to the reusable workflow.

Signed-off-by: marcopiraccini <marco.piraccini@gmail.com>
@marcopiraccini marcopiraccini requested a review from a team as a code owner March 19, 2026 15:48
@changeset-bot
Copy link

changeset-bot bot commented Mar 19, 2026

⚠️ No Changeset found

Latest commit: 68219d9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Contributor

vercel bot commented Mar 19, 2026

@marcopiraccini is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

Signed-off-by: marcopiraccini <marco.piraccini@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant