WIP barcode buddy and webhook

This commit is contained in:
Marc Fokkert
2025-01-28 22:04:50 +01:00
parent 1567dce7f3
commit 627c917670
6 changed files with 1021 additions and 379 deletions

View File

@@ -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" {