Use docker-compose

This commit is contained in:
Daniel Mason 2023-04-22 14:08:28 +12:00
parent bced107145
commit 97039f07e7
Signed by: idanoo
GPG key ID: 387387CDBC02F132
5 changed files with 39 additions and 10 deletions

View file

@ -6,5 +6,6 @@ data "template_file" "userdata" {
region = data.aws_region.current.name
data_root = "/data"
volume = aws_ebs_volume.ebs.id
domain = var.domain
}
}