Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
SigNoz
Commits
b8a6a27f
Commit
b8a6a27f
authored
3 years ago
by
Ankit Nayan
Browse files
Options
Download
Email Patches
Plain Diff
release: v0.7.1
parent
fb3dbcf6
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deploy/docker/clickhouse-setup/docker-compose.arm.yaml
+2
-2
deploy/docker/clickhouse-setup/docker-compose.arm.yaml
deploy/docker/clickhouse-setup/docker-compose.yaml
+2
-2
deploy/docker/clickhouse-setup/docker-compose.yaml
with
4 additions
and
4 deletions
+4
-4
deploy/docker/clickhouse-setup/docker-compose.arm.yaml
+
2
-
2
View file @
b8a6a27f
...
...
@@ -23,7 +23,7 @@ services:
-
'
--storage.path=/data'
query-service
:
image
:
signoz/query-service:0.7.
0
image
:
signoz/query-service:0.7.
1
container_name
:
query-service
command
:
[
"
-config=/root/config/prometheus.yml"
]
volumes
:
...
...
@@ -40,7 +40,7 @@ services:
condition
:
service_healthy
frontend
:
image
:
signoz/frontend:0.7.
0
image
:
signoz/frontend:0.7.
1
container_name
:
frontend
depends_on
:
-
query-service
...
...
This diff is collapsed.
Click to expand it.
deploy/docker/clickhouse-setup/docker-compose.yaml
+
2
-
2
View file @
b8a6a27f
...
...
@@ -26,7 +26,7 @@ services:
query-service
:
image
:
signoz/query-service:0.7.
0
image
:
signoz/query-service:0.7.
1
container_name
:
query-service
command
:
[
"
-config=/root/config/prometheus.yml"
]
volumes
:
...
...
@@ -43,7 +43,7 @@ services:
condition
:
service_healthy
frontend
:
image
:
signoz/frontend:0.7.
0
image
:
signoz/frontend:0.7.
1
container_name
:
frontend
depends_on
:
-
query-service
...
...
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
Menu
Projects
Groups
Snippets
Help