Skip to content

juan-bolivar/mailserver-docker-vultr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important Note: This is only for personal use, don't abuse the service as Vultr is a great vps provider and don't want to get permanently blocked the SMTP port

Prerequisites

Initial configuration

Create a variables.tf file in terraform directory with the following content:


variable "api_key" {
  default = "API_KEY"
}


variable "domain" {
  default = "DOMAIN"
}


variable "ssh_key_path_public" {
  default = "SSH_KEY_PATH.PUB"
}


variable "ssh_key_path_private" {
  default = "SSH_KEY_PATH"
}

Run

To run use the following command:


make run

To destroy


make delete

About

docker-mailserver in vultr using terraform and ansible

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published