mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-07 01:00:19 -05:00
[PR #609] [CLOSED] Add Airbyte template for data pipeline deployment #1949
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/609
Author: @Copilot
Created: 12/20/2025
Status: ❌ Closed
Base:
canary← Head:copilot/add-airbyte-template📝 Commits (7)
624f7faInitial plan4067b98Add Airbyte template with complete deployment setup1a81ad9Make database and storage credentials configurable for security52d2fc6Make temporal database password configurable and document Docker socket requirement9a350d8Update docker-compose.ymldb877e7Fix Temporal DB driver and add missing STORAGE_TYPE environment variablebda2d4fUpdate docker-compose.yml📊 Changes
4 files changed (+173 additions, -0 deletions)
View changed files
➕
blueprints/airbyte/airbyte.png(+0 -0)➕
blueprints/airbyte/docker-compose.yml(+136 -0)➕
blueprints/airbyte/template.toml(+20 -0)📝
meta.json(+17 -0)📄 Description
What is this PR about?
New PR of Airbyte - an open-source data integration platform for building ETL/ELT pipelines with 200+ connectors.
Template Structure:
${password:32}helper for all database and storage passwordsKey Configuration:
Architecture Notes:
/var/run/docker.sock(required for Airbyte to execute connector jobs in isolated containers) - documented in template.tomlpostgres12driver configurationSTORAGE_TYPE: MINIOconfigurationSecurity Features:
${password:32}helperConfiguration Fixes:
postgres12(Temporal only supports: mysql8, postgres12, postgres12_pgx, cassandra)STORAGE_TYPE: MINIOadded to server and worker services for proper MinIO storage backend configurationChecklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
Closes #609
Screenshots or Videos
N/A - Template deployment validation performed via
docker manifest inspectfor all 7 images anddocker compose configsyntax validation. Deployment issues resolved and verified working.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.