Update Dockerfile and Terraform configurations: upgrade Ollama version, add log level variable, and set default log level

This commit is contained in:
2025-09-07 20:42:06 +02:00
parent fa2d111bbe
commit 50758b2bb2
5 changed files with 14 additions and 2 deletions
@@ -14,6 +14,12 @@ variable "tag" {
default = "latest"
}
variable "loglevel" {
description = "The log level for M3UProxy"
type = string
default = "warn"
}
variable "maxmind_account_id" {
description = "Maxmind account ID"
type = string