mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-18 07:56:56 +00:00
fix: change back 0.0.0.0 to 127.0.0.1 because you are creating a docker network anyway
This commit is contained in:
parent
2da703d9ea
commit
bde0aba691
@ -8,8 +8,8 @@ services:
|
|||||||
- ${PWD}/fs/tmp/var/lib/clickhouse/:/var/lib/clickhouse/
|
- ${PWD}/fs/tmp/var/lib/clickhouse/:/var/lib/clickhouse/
|
||||||
- ${PWD}/fs/tmp/var/lib/clickhouse/user_scripts/:/var/lib/clickhouse/user_scripts/
|
- ${PWD}/fs/tmp/var/lib/clickhouse/user_scripts/:/var/lib/clickhouse/user_scripts/
|
||||||
ports:
|
ports:
|
||||||
- '0.0.0.0:8123:8123'
|
- '127.0.0.1:8123:8123'
|
||||||
- '0.0.0.0:9000:9000'
|
- '127.0.0.1:9000:9000'
|
||||||
tty: true
|
tty: true
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
@ -23,8 +23,6 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
depends_on:
|
depends_on:
|
||||||
- zookeeper
|
- zookeeper
|
||||||
networks:
|
|
||||||
- signoz-dev-network
|
|
||||||
zookeeper:
|
zookeeper:
|
||||||
image: bitnami/zookeeper:3.7.1
|
image: bitnami/zookeeper:3.7.1
|
||||||
container_name: zookeeper
|
container_name: zookeeper
|
||||||
@ -32,8 +30,6 @@ services:
|
|||||||
- ${PWD}/fs/tmp/zookeeper:/bitnami/zookeeper
|
- ${PWD}/fs/tmp/zookeeper:/bitnami/zookeeper
|
||||||
ports:
|
ports:
|
||||||
- '127.0.0.1:2181:2181'
|
- '127.0.0.1:2181:2181'
|
||||||
networks:
|
|
||||||
- signoz-dev-network
|
|
||||||
environment:
|
environment:
|
||||||
- ALLOW_ANONYMOUS_LOGIN=yes
|
- ALLOW_ANONYMOUS_LOGIN=yes
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@ -56,8 +52,6 @@ services:
|
|||||||
clickhouse:
|
clickhouse:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
networks:
|
|
||||||
- signoz-dev-network
|
|
||||||
schema-migrator-async:
|
schema-migrator-async:
|
||||||
image: signoz/signoz-schema-migrator:v0.129.0
|
image: signoz/signoz-schema-migrator:v0.129.0
|
||||||
container_name: schema-migrator-async
|
container_name: schema-migrator-async
|
||||||
@ -73,9 +67,3 @@ services:
|
|||||||
schema-migrator-sync:
|
schema-migrator-sync:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
networks:
|
|
||||||
- signoz-dev-network
|
|
||||||
|
|
||||||
networks:
|
|
||||||
signoz-dev-network:
|
|
||||||
external: true
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user