We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 963ac36 + ea8400b commit 31c1748Copy full SHA for 31c1748
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