Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
SigNoz
Commits
1652f35f
Commit
1652f35f
authored
3 years ago
by
Ankit Nayan
Browse files
Options
Download
Email Patches
Plain Diff
release: v0.6.2
parent
3a67d023
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deploy/docker/clickhouse-setup/docker-compose.arm.yaml
+3
-3
deploy/docker/clickhouse-setup/docker-compose.arm.yaml
deploy/docker/clickhouse-setup/docker-compose.yaml
+3
-3
deploy/docker/clickhouse-setup/docker-compose.yaml
with
6 additions
and
6 deletions
+6
-6
deploy/docker/clickhouse-setup/docker-compose.arm.yaml
+
3
-
3
View file @
1652f35f
...
...
@@ -23,7 +23,7 @@ services:
-
'
--storage.path=/data'
query-service
:
image
:
signoz/query-service:0.6.
1
image
:
signoz/query-service:0.6.
2
container_name
:
query-service
command
:
[
"
-config=/root/config/prometheus.yml"
]
volumes
:
...
...
@@ -40,7 +40,7 @@ services:
condition
:
service_healthy
frontend
:
image
:
signoz/frontend:0.6.
1
image
:
signoz/frontend:0.6.
2
container_name
:
frontend
depends_on
:
-
query-service
...
...
@@ -50,7 +50,7 @@ services:
-
../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector
:
image
:
signoz/otelcontribcol:0.
5
.0
image
:
signoz/otelcontribcol:0.
6
.0
command
:
[
"
--config=/etc/otel-collector-config.yaml"
,
"
--mem-ballast-size-mib=683"
]
volumes
:
-
./otel-collector-config.yaml:/etc/otel-collector-config.yaml
...
...
This diff is collapsed.
Click to expand it.
deploy/docker/clickhouse-setup/docker-compose.yaml
+
3
-
3
View file @
1652f35f
...
...
@@ -26,7 +26,7 @@ services:
query-service
:
image
:
signoz/query-service:0.6.
1
image
:
signoz/query-service:0.6.
2
container_name
:
query-service
command
:
[
"
-config=/root/config/prometheus.yml"
]
volumes
:
...
...
@@ -43,7 +43,7 @@ services:
condition
:
service_healthy
frontend
:
image
:
signoz/frontend:0.6.
1
image
:
signoz/frontend:0.6.
2
container_name
:
frontend
depends_on
:
-
query-service
...
...
@@ -53,7 +53,7 @@ services:
-
../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector
:
image
:
signoz/otelcontribcol:0.
5
.0
image
:
signoz/otelcontribcol:0.
6
.0
command
:
[
"
--config=/etc/otel-collector-config.yaml"
,
"
--mem-ballast-size-mib=683"
]
volumes
:
-
./otel-collector-config.yaml:/etc/otel-collector-config.yaml
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment