Tauffer-Consulting / domino

User friendly and open source platform for workflow creation and monitoring
https://domino-workflows.io/
Apache License 2.0
152 stars 14 forks source link

Bind for 0.0.0.0:2376 failed: port is already allocated #309

Closed loretoparisi closed 3 weeks ago

loretoparisi commented 3 weeks ago

Version

domino, version 0.9.4

Platform

x86_64 SMP Tue Jun 18 14:00:06 UTC 2024 x86_64 GNU/Linux

Docker version

Docker version 20.10.9, build c2ea9bc

Kubernetes version

Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.16" Server Version: version.Info{Major:"1", Minor:"29+", GitVersion:"v1.29.10-eks-7f9249a"

Describe the bug.

docker compose up fails due to port binding 0.0.0.0:2376 error of domino proxy. Using netstat -lnp I do not see that binding for 0.0.0.0:2376 was up before

What steps will reproduce the bug?

No response

What is the expected behavior? Why is that the expected behavior?

No response

What do you see instead?

WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string. 
WARN[0000] The "AIRFLOW_UID" variable is not set. Defaulting to a blank string. 
WARN[0000] The "AIRFLOW_UID" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DOMINO_DEFAULT_PIECES_REPOSITORY_TOKEN" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DOMINO_CREATE_DEFAULT_USER" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string. 
[+] Running 12/13
 ⠿ Network domino_domino-postgres-network  Created                                                                                                               0.0s
 ⠿ Network domino_default                  Created                                                                                                               0.0s
 ⠿ Container domino-postgres               Started                                                                                                               1.0s
 ⠿ Container airflow-redis                 Started                                                                                                               0.7s
 ⠿ Container domino-docker-proxy           Starting                                                                                                             30.4s
 ⠿ Container airflow-postgres              Started                                                                                                               2.0s
 ⠿ Container domino-rest                   Started                                                                                                              11.8s
 ⠿ Container airflow-init                  Started                                                                                                              13.2s
 ⠿ Container airflow-domino-worker         Started                                                                                                              30.3s
 ⠿ Container airflow-domino-scheduler      Started                                                                                                              28.3s
 ⠿ Container airflow-triggerer             Started                                                                                                              28.1s
 ⠿ Container airflow-webserver             Started                                                                                                              29.3s
 ⠿ Container domino-frontend               Started                                                                                                              13.0s
Error response from daemon: driver failed programming external connectivity on endpoint domino-docker-proxy: Bind for 0.0.0.0:2376 failed: port is already allocated

Additional information

No response