Zemepán is API governor and central registry for your microservices or serverless functions
325
Zemepán serves as your central registry for APIs and JSON schemas suitable for microservices and serverless functions. As JSON schema registry it can be used in combination of your favorite IDE or editor to validate any JSON you create. The API can refer to such schemas and either be deployed in the registry or reference parts of APIs stored in the registry.
docker run -v ./api:/opt/zemepan/api -v ./schema:/opt/zemepan/schema seges/zemepan:1.0.0
| Variable | Default value | Description |
|---|---|---|
| NODE_ENV | ||
| SSL | false | |
| http__port | 60000 | |
| http__ssl__key_file | $(cwd)/ca/key.pem | |
| http__ssl__cert_file | $(cwd)/ca/cert.pem | |
| server__root_dir | ||
| server__source_url | ||
| server__target_url | 'host' header |
Content type
Image
Digest
Size
28.1 MB
Last updated
over 7 years ago
docker pull seges/zemepan:1.0.4