Update ntfty config

Update
This commit is contained in:
Rescla
2026-03-02 08:51:34 +01:00
parent 4ceca214f3
commit c543ff0d41
3 changed files with 8 additions and 2 deletions

View File

@@ -47,6 +47,12 @@ resource "docker_container" "ntfy" {
type = "bind"
}
mounts {
target = "/etc/ntfy/ntfy-fa47d-firebase-adminsdk-fbsvc-c2e5dd9297.json"
source = "/var/lib/containers/ntfy/ntfy-fa47d-firebase-adminsdk-fbsvc-c2e5dd9297.json"
type = "bind"
}
networks_advanced {
name = docker_network.container-public.name
ipv4_address = "192.168.3.51"