CloudTAK Deploy
Introduction
CloudTAK is designed to be deployed into one of two different environments; a full AWS deployment via provided Infrastructure as Code (IaC) templates, or into a on-prem or alternate cloud environment via provided Docker Compose files.
Docker Compose Deployment (Single Server)
The following instructions will guide you through deploying CloudTAK using Docker Compose
The following are pre-requisites for a Docker Compose deployment:
- Working TAK Server
- TAK Server Admin Credentials
- Linux Distribution (Ubuntu 24.04+ recommended)
Note: commands below assume Ubuntu
-
Ensure Ubuntu Version is 24.04 or greater
-
Install Docker and Docker Compose
Follow the Docker Provided instructions
-
Install Git, Curl and Caddy
-
Clone the CloudTAK Repository
-
Navigate to the Docker Compose directory
-
Build the Docker Containers
-
Update Env Vars within the Docker Compose File