Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# spec-examples
Example spec files to create service in Omnistrate

Example specification and compose files for creating services in Omnistrate.

## Repository Structure

This repository is organized into the following directories:

### `/spec`
Contains Omnistrate specification examples:
- **`/spec/byoa`** - Examples for BYOA (Bring Your Own Account) deployments
- **`/spec/hosted`** - Examples for hosted deployments

### `/compose`
Contains Docker Compose examples:
- **`/compose/byoa`** - Docker Compose examples for BYOA deployments
- **`/compose/hosted`** - Docker Compose examples for hosted deployments

## Deployment Types

- **BYOA (Bring Your Own Account)**: Customers deploy services in their own cloud accounts while leveraging Omnistrate's management capabilities
- **Hosted**: Services are managed and hosted by the service provider using Omnistrate's infrastructure
5 changes: 5 additions & 0 deletions compose/byoa/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Compose - BYOA (Bring Your Own Account)

This directory contains Docker Compose examples for BYOA (Bring Your Own Account) deployments.

These examples show how to structure and configure Docker Compose files for services that will be deployed in customer-owned cloud accounts.
5 changes: 5 additions & 0 deletions compose/hosted/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Compose - Hosted

This directory contains Docker Compose examples for hosted deployments.

These examples show how to structure and configure Docker Compose files for services that will be hosted and managed by the service provider.
5 changes: 5 additions & 0 deletions spec/byoa/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Spec - BYOA (Bring Your Own Account)

This directory contains Omnistrate specification examples for BYOA (Bring Your Own Account) deployments.

BYOA deployments allow customers to deploy services in their own cloud accounts while still leveraging Omnistrate's management capabilities.
5 changes: 5 additions & 0 deletions spec/hosted/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Spec - Hosted

This directory contains Omnistrate specification examples for hosted deployments.

Hosted deployments are managed and hosted by the service provider using Omnistrate's infrastructure.