Skip to content

Commit

Permalink
remove default email template
Browse files Browse the repository at this point in the history
  • Loading branch information
santihernandezc committed Jun 20, 2024
1 parent 82fb12f commit 7f7c875
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1,290 deletions.
2 changes: 1 addition & 1 deletion development/mimir-read-write-mode/docker-compose.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ std.manifestYamlDoc({
// Only publish HTTP port, but not gRPC one.
ports: ['%d:8080' % options.publishedHttpPort],
depends_on: options.dependsOn,
volumes: ['./config:/mimir/config', './templates:/mimir/templates', './activity:/activity'] + options.extraVolumes,
volumes: ['./config:/mimir/config', './activity:/activity'] + options.extraVolumes,
},

// docker-compose YAML output version.
Expand Down
7 changes: 0 additions & 7 deletions development/mimir-read-write-mode/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
- "8006:8080"
"volumes":
- "./config:/mimir/config"
- "./templates:/mimir/templates"
- "./activity:/activity"
"mimir-backend-2":
"build":
Expand All @@ -44,7 +43,6 @@
- "8007:8080"
"volumes":
- "./config:/mimir/config"
- "./templates:/mimir/templates"
- "./activity:/activity"
"mimir-read-1":
"build":
Expand All @@ -64,7 +62,6 @@
- "8004:8080"
"volumes":
- "./config:/mimir/config"
- "./templates:/mimir/templates"
- "./activity:/activity"
"mimir-read-2":
"build":
Expand All @@ -84,7 +81,6 @@
- "8005:8080"
"volumes":
- "./config:/mimir/config"
- "./templates:/mimir/templates"
- "./activity:/activity"
"mimir-write-1":
"build":
Expand All @@ -104,7 +100,6 @@
- "8001:8080"
"volumes":
- "./config:/mimir/config"
- "./templates:/mimir/templates"
- "./activity:/activity"
- ".data-mimir-write-1:/data:delegated"
"mimir-write-2":
Expand All @@ -125,7 +120,6 @@
- "8002:8080"
"volumes":
- "./config:/mimir/config"
- "./templates:/mimir/templates"
- "./activity:/activity"
- ".data-mimir-write-2:/data:delegated"
"mimir-write-3":
Expand All @@ -146,7 +140,6 @@
- "8003:8080"
"volumes":
- "./config:/mimir/config"
- "./templates:/mimir/templates"
- "./activity:/activity"
- ".data-mimir-write-3:/data:delegated"
"minio":
Expand Down
Loading

0 comments on commit 7f7c875

Please sign in to comment.