An example of how to use Packer and Terraform to deploy minetest onto DigitalOcean using its Docker Compose configuration.
This repository has been archived on 2025-05-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2020-05-09 10:33:09 -04:00
packer Minetest Deployment 2020-05-09 10:30:13 -04:00
terraform Minetest Deployment 2020-05-09 10:30:13 -04:00
config Minetest Deployment 2020-05-09 10:30:13 -04:00
README.md Update README.md 2020-05-09 10:33:09 -04:00
variables.hcl Minetest Deployment 2020-05-09 10:30:13 -04:00

minetest-deploy

An example of how to use Packer and Terraform to deploy minetest onto DigitalOcean using its Docker Compose configuration.

First you need to change the config file to contain your digital ocean API token and your SSH key name.

Then go to the packer directory and run packer build

cd packer
packer build .

Then go to the terraform directory and deploy

cd terraform
terraform apply