Anyone knows how to deploy signoz with docker comp...
# support
n
Anyone knows how to deploy signoz with docker compose with a high availability setup?
n
n
@Nagesh Bansal I already tried the process stucks forever
n
Hey @Nishant singh Just saw that you were able to resolve the issue, Let us know if still face any issue with setting up SigNoz
n
Hey some other user on the issue has replied I’ll try that and let you know, as of now I havent got any solutions. @Nagesh Bansal
Hey @Nagesh Bansal this is still not working the container logs seems to finish the migration but docker process still running and stuck from a long time
Screenshot 2025-06-17 at 12.06.02 PM.png,schem-migrator-sync.log
Copy code
Command Ran : docker compose -f docker-compose.ha.yaml up -d --remove-orphans
Tried installing a fresh copy on newly created instance with ubuntu 24 ec2 still same error @Nagesh Bansal Steps followed 1. Installed docker and docker compose 2. Git cloned Signoz repo
git clone -b main <https://github.com/SigNoz/signoz.git> && cd signoz/deploy/docker
3. Added ports to firewall for private cidr -
Ensure that the ports 8080, 4317 and 4318 are open on the machine where you install SigNoz.
4. Ran command
docker compose -f docker-compose.ha.yaml up -d --remove-orphans
5. Process stuck on
Copy code
⠙ Container schema-migrator-sync    Waiting                                                                                                636.3s
Copy code
[+] Running 32/32
 ✔ init-clickhouse Pulled                                                                                                                                                      13.6s 
 ✔ signoz Pulled                                                                                                                                                               14.0s 
 ✔ schema-migrator-sync Pulled                                                                                                                                                 10.1s 
 ✔ zookeeper-3 Pulled                                                                                                                                                          15.9s 
 ✔ clickhouse Pulled                                                                                                                                                           13.6s 
 ✔ schema-migrator-async Pulled                                                                                                                                                10.1s 
 ✔ zookeeper-1 Pulled                                                                                                                                                          15.9s 
 ✔ otel-collector Pulled                                                                                                                                                       15.9s 
 ✔ clickhouse-2 Pulled                                                                                                                                                         13.6s 
 ✔ clickhouse-3 Pulled                                                                                                                                                         13.6s 
 ✔ zookeeper-2 Pulled                                                                                                                                                          15.9s 
                                                                                                                                                                                               
[+] Running 18/19
[+] Running 18/19-net                Created                                                                                                                                    0.1s 
 ✔ Network signoz-net                Created                                                                                                                                    0.1s 
 ✔ Volume "signoz-zookeeper-2"       Created                                                                                                                                    0.0s 
 ✔ Volume "signoz-clickhouse"        Created                                                                                                                                    0.0s 
 ✔ Volume "signoz-clickhouse-2"      Created                                                                                                                                    0.0s 
 ✔ Volume "signoz-zookeeper-3"       Created                                                                                                                                    0.0s 
 ✔ Volume "signoz-clickhouse-3"      Created                                                                                                                                    0.0s 
 ✔ Volume "signoz-sqlite"            Created                                                                                                                                    0.0s 
 ✔ Volume "signoz-zookeeper-1"       Created                                                                                                                                    0.0s 
 ✔ Container signoz-zookeeper-3      Healthy                                                                                                                                   47.3s 
[+] Running 18/19oz-zookeeper-1      Healthy                                                                                                       
 ✔ Network signoz-net                Created                                                                                                                                    0.1s    Healthy                                                                                                       
 ✔ Volume "signoz-zookeeper-2"       Created                                                                                                                                    0.0s e  Exited                                                                                                        
 ✔ Volume "signoz-clickhouse"        Created                                                                                                                                    0.0s    Started                                                                                                       
 ✔ Volume "signoz-clickhouse-2"      Created                                                                                                                                    0.0s    Started                                                                                                       
 ✔ Volume "signoz-zookeeper-3"       Created                                                                                                                                    0.0s    Healthy                                                                                                       
 ✔ Volume "signoz-clickhouse-3"      Created                                                                                                                                    0.0s    Waiting                                                                                                       
 ✔ Volume "signoz-sqlite"            Created                                                                                                                                    0.0s    Created                                                                                                       
 ✔ Volume "signoz-zookeeper-1"       Created                                                                                                                                    0.0s    Created                                                                                                       
 ✔ Container signoz-zookeeper-3      Healthy                                                                                                                                   47.3s    Created                                                                                                       
[+] Running 18/19oz-zookeeper-1      Healthy                                                                                                       
 ✔ Network signoz-net                Created                                                                                                  0.1s 
 ✔ Volume "signoz-zookeeper-2"       Created                                                                                                  0.0s 
 ✔ Volume "signoz-clickhouse"        Created                                                                                                  0.0s 
 ✔ Volume "signoz-clickhouse-2"      Created                                                                                                  0.0s 
 ✔ Volume "signoz-zookeeper-3"       Created                                                                                                  0.0s 
 ✔ Volume "signoz-clickhouse-3"      Created                                                                                                  0.0s 
 ✔ Volume "signoz-sqlite"            Created                                                                                                  0.0s 
 ✔ Volume "signoz-zookeeper-1"       Created                                                                                                  0.0s 
 ✔ Container signoz-zookeeper-3      Healthy                                                                                                 47.3s 
 ✔ Container signoz-zookeeper-1      Healthy                                                                                                 47.3s 
 ✔ Container signoz-zookeeper-2      Healthy                                                                                                 47.3s 
 ✔ Container signoz-init-clickhouse  Exited                                                                                                  17.8s 
 ✔ Container signoz-clickhouse-2     Started                                                                                                 32.9s 
 ✔ Container signoz-clickhouse-3     Started                                                                                                 32.9s 
 ✔ Container signoz-clickhouse       Healthy                                                                                                 64.1s 
 ⠦ Container schema-migrator-sync    Waiting                                                                                                705.8s 
 ✔ Container schema-migrator-async   Created                                                                                                  0.1s 
 ✔ Container signoz                  Created                                                                                                  0.1s 
 ✔ Container signoz-otel-collector   Created                                                                                                  0.0s