WIP barcode buddy and webhook
This commit is contained in:
@@ -10,6 +10,12 @@ terraform {
|
||||
provider "docker" {
|
||||
host = "tcp://192.168.2.64:2376"
|
||||
cert_path = pathexpand(".docker")
|
||||
|
||||
registry_auth {
|
||||
address = "gitea.rescla.me"
|
||||
username = "rescla"
|
||||
password = "9c84612c4b053e2ec663cde03da730b6a01304e8"
|
||||
}
|
||||
}
|
||||
|
||||
resource "docker_network" "bridge" {
|
||||
|
||||
Reference in New Issue
Block a user