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

@@ -11,6 +11,9 @@ resource "docker_container" "unifi" {
image = docker_image.unifi.image_id
name = "unifi"
memory = 1000
memory_swap = 1000
mounts {
target = "/unifi"
source = "/var/lib/containers/unifi"