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

@@ -36,4 +36,13 @@ resource "docker_container" "grocy" {
name = docker_network.bridge.name
ipv4_address = "192.168.2.142"
}
networks_advanced {
name = docker_network.grocy.name
}
}
resource "docker_network" "grocy" {
name = "grocy"
}