Skip to content

Commit

Permalink
Spin up an OSUOSL Dokku host
Browse files Browse the repository at this point in the history
This will eventually replace the AWS box.

Ref SeaGL/organization#402
  • Loading branch information
strugee committed Aug 26, 2024
1 parent d8107e9 commit 492b700
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions env/dokku.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module "dokku-vm" {
source = "../simple_vm"
name = "dokku"
ports = [22, 80, 443]
instance_type = "m1.large"
network = "general_servers2"
disk_size = 40
dns_zone = aws_route53_zone.apex
}

0 comments on commit 492b700

Please sign in to comment.