chaoss / grimoirelab

GrimoireLab: platform for software development analytics and insights
https://chaoss.github.io/grimoirelab/
GNU General Public License v3.0
503 stars 184 forks source link

issue with using docker run #591

Closed forwhat461 closed 1 year ago

forwhat461 commented 1 year ago
docker run --net=host \ 
    -v $(pwd)/default-grimoirelab-settings/projects.json:/home/grimoire/conf/projects.json \
    -v $(pwd)/default-grimoirelab-settings/setup-docker.cfg:/home/grimoire/conf/setup.cfg \
    -t grimoirelab/grimoirelab

doesn't seem to using any image to create a container. is this command wrong? and a lot of errors when i try setup.py ..... shouldn't it be runing directly?

sduenas commented 1 year ago

Would you mind to try with docker compose? I'm afraid there's something missing there. At least, the image of other grimoirelab component (sortinghat) should be running before grimoirelab runs.

You can find more info about how to run docker compose here

forwhat461 commented 1 year ago

alright