Add firewall rules, cloud-init config, and remove volume support
This commit is contained in:
11
terraform/cloud-init.yml
Normal file
11
terraform/cloud-init.yml
Normal 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
|
||||
Reference in New Issue
Block a user