iiRecord
Agentic AI Atlas · Dokploy App
platform-service:dokploy-appa5c.ai
II.
PlatformService JSON

platform-service:dokploy-app

Structured · live

Dokploy App json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/platform-services/platform-services-other.yamlCluster · domain
Record JSON
{
  "id": "platform-service:dokploy-app",
  "_kind": "PlatformService",
  "_file": "domain/platform-services/platform-services-other.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Dokploy App",
    "description": "Self-hosted application deployed from a Git repo or Docker image.\n",
    "category": "compute",
    "providedByPlatformId": "platform:dokploy",
    "implementsStackPartIds": [
      "stack-part:container-runtime"
    ]
  },
  "outgoingEdges": [
    {
      "from": "platform-service:dokploy-app",
      "to": "platform:dokploy",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:dokploy-app",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:dokploy-app",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform:dokploy",
      "to": "platform-service:dokploy-app",
      "kind": "provides",
      "attributes": {}
    }
  ]
}