https://github.com/onecommons/unfurl-examples
https://github.com/onecommons/unfurl-examples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onecommons/unfurl-examples
- Owner: onecommons
- Created: 2021-02-17T01:06:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T19:11:51.000Z (over 4 years ago)
- Last Synced: 2023-03-14T06:20:43.912Z (over 3 years ago)
- Language: Python
- Size: 66.4 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains examples of Unfurl ensembles and service templates.
The default ensemble will create a compute instance of your cloud provider of choice (AWS and Google Cloud currently supported) and deploy the Docker image you specified.
* Expose the container's port over https (using Traefik).
* Provision Let's Encrypt certificates
* Register the deployed server with your DNS provider.
See the `inputs` section at the top of `ensemble-template.yaml` for the inputs you need to configure.
You can also use import the service templates found here into your own Unfurl projects. See https://github.com/onecommons/unfurl-campsite for an example project that uses the templates defined here.