Skip to content

PyAirtableMCP/pyairtable-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAirtable Compose - Orchestration Layer

This repository contains ONLY the Docker Compose orchestration files for the PyAirtable platform.

Repository Structure

The PyAirtable platform is now properly separated into individual repositories:

What This Repository Contains

  • docker-compose.yml - Main orchestration file
  • docker-compose.prod.yml - Production configuration
  • docker-compose.test.yml - Test configuration
  • .env.* - Environment configurations
  • Deployment and test scripts

Quick Start

  1. Clone all repositories:
git clone https://github.com/PyAirtableMCP/pyairtable-compose.git
git clone https://github.com/PyAirtableMCP/pyairtable-frontend.git
git clone https://github.com/PyAirtableMCP/pyairtable-go-services.git
git clone https://github.com/PyAirtableMCP/pyairtable-python-services.git
git clone https://github.com/PyAirtableMCP/pyairtable-infrastructure.git
  1. Set up environment:
cd pyairtable-compose
cp .env.example .env
# Edit .env with your configuration
  1. Start services:
docker-compose up -d

Development

Each service repository has its own development setup and README. This repository is purely for orchestration.

License

MIT

About

Docker Compose configuration for PyAirtable microservices infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors