We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7b88c commit ed952dcCopy full SHA for ed952dc
Makefile
@@ -1,7 +1,7 @@
1
COMMIT_SHA ?= $(shell git rev-parse HEAD)
2
REPONAME ?= signoz
3
IMAGE_NAME ?= signoz-otel-collector
4
-MIGRATOR_IMAGE_NAME ?= signoz-otel-collector-migrator
+MIGRATOR_IMAGE_NAME ?= signoz-schema-migrator
5
CONFIG_FILE ?= ./config/default-config.yaml
6
DOCKER_TAG ?= latest
7
example/docker-compose.yml
@@ -2,8 +2,7 @@ version: "3.8"
services:
otel-collector-migrator:
- image: signoz/signoz-otel-collector-migrator:templatize-migrations
- container_name: otel-migrator
+ image: signoz/signoz-schema-migrator:templatize-migrations
extra_hosts:
8
- signoz-host:host-gateway
9
command:
0 commit comments