mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +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
bde0aba691
commit
37186e6a51
@ -23,6 +23,8 @@ services:
|
||||
retries: 3
|
||||
depends_on:
|
||||
- zookeeper
|
||||
networks:
|
||||
- signoz-dev-network
|
||||
zookeeper:
|
||||
image: bitnami/zookeeper:3.7.1
|
||||
container_name: zookeeper
|
||||
@ -30,6 +32,8 @@ services:
|
||||
- ${PWD}/fs/tmp/zookeeper:/bitnami/zookeeper
|
||||
ports:
|
||||
- '127.0.0.1:2181:2181'
|
||||
networks:
|
||||
- signoz-dev-network
|
||||
environment:
|
||||
- ALLOW_ANONYMOUS_LOGIN=yes
|
||||
healthcheck:
|
||||
@ -52,6 +56,8 @@ services:
|
||||
clickhouse:
|
||||
condition: service_healthy
|
||||
restart: on-failure
|
||||
networks:
|
||||
- signoz-dev-network
|
||||
schema-migrator-async:
|
||||
image: signoz/signoz-schema-migrator:v0.129.0
|
||||
container_name: schema-migrator-async
|
||||
@ -67,3 +73,9 @@ services:
|
||||
schema-migrator-sync:
|
||||
condition: service_completed_successfully
|
||||
restart: on-failure
|
||||
networks:
|
||||
- signoz-dev-network
|
||||
|
||||
networks:
|
||||
signoz-dev-network:
|
||||
external: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user