Add firewall rules, cloud-init config, and remove volume support

This commit is contained in:
2026-04-02 16:33:33 -05:00
parent ffed30d364
commit c9341ae12a
4 changed files with 50 additions and 25 deletions

11
terraform/cloud-init.yml Normal file
View File

@@ -0,0 +1,11 @@
# cloud-config
package_update: true
packages:
- git
- curl
- docker.io
- docker-compose
runcmd:
- systemctl enable docker
- systemctl start docker
- curl -fsSL https://cdn.coollabs.io/coolify/install.sh | sudo bash