Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

satelit-project/satelit-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

satelit-infra

This repository contains everything that's necessary for running Satelit services in production.

Current structure is:

  • docker - contains common Docker images used by every service, such as DB or localstack.
  • packer - contains scripts to build disk images for cloud VMs.
  • tf - contains Terraform definition of all infrastructure required for running Satelit services.

The project currently relies on DigitalOcean for cloud VMs and data storage. Actual services are running in Docker containers and managed manually via Docker Compose to keep things simple.