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