feat: add TimescaleDB template#892
Open
BinkyTwin wants to merge 1 commit into
Open
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Dokploy blueprint for deploying TimescaleDB (PostgreSQL + Timescale extension) using a pinned Docker image and registers it in the central template index.
Changes:
- Added
timescaledbblueprint with Docker Compose service, persistent volume, healthcheck, and init SQL to enable thetimescaledbextension. - Added Dokploy
template.tomlwith generated PostgreSQL credentials, telemetry disabled by default, and bundled README content. - Registered the template in
meta.jsonand added an SVG logo.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| meta.json | Registers the new timescaledb template metadata (id, version, links, tags, logo). |
| blueprints/timescaledb/docker-compose.yml | Defines the TimescaleDB service using timescale/timescaledb:2.26.4-pg17, persistence, init script mount, and healthcheck. |
| blueprints/timescaledb/template.toml | Defines generated credentials/env, disables telemetry by default, and provides mounted init SQL + README content. |
| blueprints/timescaledb/timescaledb.svg | Adds the template logo asset referenced by meta.json. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
timescale/timescaledb:2.26.4-pg17imagetimescaledbextension on first database initialization/claim #152
Closes #788
Validation
node dedupe-and-sort-meta.jsnode --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-template.ts --dir blueprints/timescaledbnode --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-docker-compose.ts --file blueprints/timescaledb/docker-compose.ymlPOSTGRES_USER=timescale POSTGRES_PASSWORD=secret POSTGRES_DB=timescaledb TIMESCALEDB_TELEMETRY=off docker compose -f blueprints/timescaledb/docker-compose.yml configgit diff --checkNotes
2.26.4-pg17is active and includes linux/amd64 and linux/arm64 images.docker manifest inspectcould not run locally because Docker Hub returned an unauthenticated pull-rate-limit error.