We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def0e84 commit ea8400bCopy full SHA for ea8400b
1 file changed
iac/environments/dev/main.tf
@@ -220,11 +220,11 @@ module "ecs" {
220
# Second container for Ollama
221
additional_container_definitions = [
222
{
223
- name = "ollama"
224
- image = "ghcr.io/hotosm/osm-tagger/osm-tagger-ollama:${var.ollama_image_tag}"
225
- command = ["ollama", "serve"]
226
- cpu = 4096
227
- memory = 16384
+ name = "ollama"
+ image = "ghcr.io/hotosm/osm-tagger/osm-tagger-ollama:${var.ollama_image_tag}"
+ # command = ["ollama", "serve"]
+ cpu = 4096
+ memory = 16384
228
portMappings = [
229
230
containerPort = 11434
0 commit comments