- Run terraform:
terraform init
terraform apply
- SSH into the machine:
./ssh_to_machine.sh
-
Add user to
docker
group:
sudo usermod -a -G docker $USER
-
Clone this repo on the new machine
-
Setup
.env
file based on docker-astroneer-server -
docker compose up -d