From 99e3c3ea9f1c42cf9d3844d76ce57c4bad9cbbd9 Mon Sep 17 00:00:00 2001 From: Junglei Kim <67102441+imjlk@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:56:41 +0900 Subject: [PATCH] feat(service): add trailbase template (#6934) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com> --- public/svgs/trailbase.svg | 194 +++++++++++++++++++++++++++++++ templates/compose/trailbase.yaml | 14 +++ 2 files changed, 208 insertions(+) create mode 100644 public/svgs/trailbase.svg create mode 100644 templates/compose/trailbase.yaml diff --git a/public/svgs/trailbase.svg b/public/svgs/trailbase.svg new file mode 100644 index 000000000..d2e0b8b0b --- /dev/null +++ b/public/svgs/trailbase.svg @@ -0,0 +1,194 @@ + + + + diff --git a/templates/compose/trailbase.yaml b/templates/compose/trailbase.yaml new file mode 100644 index 000000000..3df60cb76 --- /dev/null +++ b/templates/compose/trailbase.yaml @@ -0,0 +1,14 @@ +# documentation: https://trailbase.io/ +# slogan: A blazingly fast Rust/SQLite/Wasmtime app server with type-safe APIs +# category: backend +# tags: trailbase,backend,saas,mobile,api +# logo: svgs/trailbase.svg +# port: 4000 + +services: + trailbase: + image: trailbase/trailbase:0.22.6 + environment: + - SERVICE_URL_TRAILBASE_4000 + volumes: + - trailbase-data:/app/traildepot