commit 84c9b1a12307aaf65362f4224752b371aa730227 Author: Aaron Pierson Date: Fri Mar 6 20:01:58 2026 -0600 init test for compose diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..13ee2b0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "nuxt.isNuxtApp": false +} \ No newline at end of file diff --git a/Arcane/.env.example b/Arcane/.env.example new file mode 100644 index 0000000..e69de29 diff --git a/Arcane/README.md b/Arcane/README.md new file mode 100644 index 0000000..e69de29 diff --git a/Arcane/compose.yml b/Arcane/compose.yml new file mode 100644 index 0000000..e69de29 diff --git a/registry.json b/registry.json new file mode 100644 index 0000000..07b6d09 --- /dev/null +++ b/registry.json @@ -0,0 +1,21 @@ +{ + "$schema": "https://registry.getarcane.app/schema.json", + "name": "My Templates", + "description": "Docker templates for internal applications", + "version": "1.0.0", + "author": "Aaron Pierson", + "url": "https://github.com/yourcompany/docker-templates", + "templates": [ + { + "id": "internal-app", + "name": "Internal Application", + "description": "Company application stack with database", + "version": "1.0.0", + "author": "DevOps Team", + "compose_url": "https://raw.githubusercontent.com/yourcompany/docker-templates/main/internal-app/docker-compose.yml", + "env_url": "https://raw.githubusercontent.com/yourcompany/docker-templates/main/internal-app/.env.example", + "documentation_url": "https://github.com/yourcompany/docker-templates/tree/main/internal-app", + "tags": ["internal", "webapp", "postgres"] + } + ] +} \ No newline at end of file