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

Latest commit

 

History

History
11 lines (7 loc) · 612 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 612 Bytes

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.