hackingthemarkets / tradekit

a collection of open source server components and Python libraries for financial data projects and automated trading
Apache License 2.0
636 stars 248 forks source link

docker-compose hangs during timescale installation #16

Open landogarner7 opened 1 year ago

landogarner7 commented 1 year ago

Larry, thanks a lot for your excellent work !

I try to install tradekit on a linode system with Ubuntu 22.04 LTS.

docker-compose up stops reproductibly during timescale installation at "TimescaleDB background worker launcher connected to shared catalogs" and hangs there forever. After Ctrl-C and another docker-compose up it continues to "web_1 INFO: Application startup complete"

Ah, and yes, I can run docker-compose up only as sudo.

Any idea why this happens ?

Thanks a lot, landogarner

landogarner7 commented 1 year ago

Same using Debian 10. It stops as mentioned above and docker ps shows nothing.