Installing Airbyte using Docker Compose on unRAID

Summary

The user is looking for a way to install Airbyte on unRAID using Docker Compose due to limitations with git and shell scripts. They have Docker and Portainer installed and are seeking guidance on spinning up Airbyte through Docker Compose.


Question

Anyone know if there’s a way of installing airbyte only through docker compose?

I have a homelab with unRAID installed and I can’t install git in it, and so I can’t clone de the repo to run the shellscript (and I don’t even know if it would run, since the docs said it is tested on ubuntu and unRAID uses slackware). I have docker (and docker-compose) support and have portainer installed.

Is there a way to spin up airbyte ONLY through docker compose?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["installing-airbyte", "docker-compose", "unraid", "git", "shell-script", "docker", "portainer"]

Can you build the images on a linux or windows machine, push them to a container repo of your choosing, pull them down and then run them on your unRAID setup? Looks like airbyte has the various individual services on docker hub too.

Edit - oh this is 24 days old…well maybe you’ll still find it useful.