440 B
440 B
04-ingestion: Airbyte Data Ingestion
Services
- Airbyte Webapp
- Airbyte Server
- Airbyte Worker
- Temporal (workflow engine)
Start
docker compose --env-file ../.env.global up -d
Access
Internal - configure Nginx Proxy Manager to expose at /airbyte
First Time Setup
- Create database:
docker exec postgres psql -U postgres -c "CREATE DATABASE airbyte;" - Access webapp and configure sources/destinations