Add ionos
This commit is contained in:
Rescla
2026-06-13 13:38:04 +02:00
parent 8482e6df7f
commit 60c48b9b8b
8 changed files with 57 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
terraform {
required_providers {
docker = {
source = "kreuzwerker/docker"
version = "4.4.0"
}
}
}
provider "docker" {
host = "tcp://127.0.0.1:2376"
#cert_path = pathexpand(".docker")
registry_auth {
address = "gitea.rescla.me"
username = "rescla"
password = "9c84612c4b053e2ec663cde03da730b6a01304e8"
}
}