feat(signoz): remove explicit 'networks' setting
This commit is contained in:
parent
508d0a06e4
commit
fe489faa39
1 changed files with 1 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# documentation: https://github.com/SigNoz/signoz
|
# documentation: https://github.com/SigNoz/signoz
|
||||||
# slogan: An observability platform native to OpenTelemetry with logs, traces and metrics.
|
# slogan: An observability platform native to OpenTelemetry with logs, traces and metrics.
|
||||||
# tags: telemetry, server, applications, interface, logs, monitoring, traces, metrics
|
# tags: telemetry, server, applications, interface, logs, monitoring, traces, metrics
|
||||||
# logo: svgs/signoz.png
|
# logo: svgs/signoz.svg
|
||||||
# port: 8080
|
# port: 8080
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
@ -22,8 +22,6 @@ services:
|
||||||
mkdir -p /var/lib/clickhouse/user_scripts/histogramQuantile
|
mkdir -p /var/lib/clickhouse/user_scripts/histogramQuantile
|
||||||
mv histogram-quantile /var/lib/clickhouse/user_scripts/histogramQuantile
|
mv histogram-quantile /var/lib/clickhouse/user_scripts/histogramQuantile
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
networks:
|
|
||||||
- signoz-net
|
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: 50m
|
max-size: 50m
|
||||||
|
|
@ -40,8 +38,6 @@ services:
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 3
|
||||||
networks:
|
|
||||||
- signoz-net
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
|
|
@ -86,8 +82,6 @@ services:
|
||||||
nofile:
|
nofile:
|
||||||
soft: 262144
|
soft: 262144
|
||||||
hard: 262144
|
hard: 262144
|
||||||
networks:
|
|
||||||
- signoz-net
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
|
|
@ -1487,8 +1481,6 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
schema-migrator-sync:
|
schema-migrator-sync:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
networks:
|
|
||||||
- signoz-net
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
|
|
@ -1562,8 +1554,6 @@ services:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
signoz:
|
signoz:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
networks:
|
|
||||||
- signoz-net
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
|
|
@ -1703,8 +1693,6 @@ services:
|
||||||
clickhouse:
|
clickhouse:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
networks:
|
|
||||||
- signoz-net
|
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: 50m
|
max-size: 50m
|
||||||
|
|
@ -1718,8 +1706,6 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
schema-migrator-sync:
|
schema-migrator-sync:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
networks:
|
|
||||||
- signoz-net
|
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: 50m
|
max-size: 50m
|
||||||
|
|
@ -1730,10 +1716,6 @@ services:
|
||||||
- --up=
|
- --up=
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
networks:
|
|
||||||
signoz-net:
|
|
||||||
name: signoz-net
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
clickhouse:
|
clickhouse:
|
||||||
name: signoz-clickhouse
|
name: signoz-clickhouse
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue