Add some new services

This commit is contained in:
Marc Fokkert
2025-09-01 14:45:25 +02:00
parent 29cfb698d2
commit 7b140dd002
11 changed files with 63 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ resource "docker_container" "memos" {
networks_advanced {
name = docker_network.container-public.name
ipv4_address = "192.168.3.39"
ipv4_address = "192.168.3.40"
}
mounts {