I'm trying to use the latest Meltano running insid...
# troubleshooting
s
I'm trying to use the latest Meltano running inside Docker. I git clone the repo, then
cd meltano
then
docker-compose up -d
. The warehouse DB starts, but the web ui does not (although it does show as
... done
the
docker container ls
doesn't show it as running). See terminal screenshot attached. Btw, I modified the ui port to run on
8010:8080
to avoid conflict with other containers I have running. Other than that change, the rest of the code is the default from the
master
branch. Any ideas on how to debug?
I tried replacing
meltano/meltano
with
meltano/meltano:latest
but same results (doesn't work).
a
@steve - I haven’t run into this before myself. @douwe_maan - Any ideas?
d
@steve Cloning https://gitlab.com/meltano/meltano and using its docker-compose file (https://gitlab.com/meltano/meltano/-/blob/master/docker-compose.yml) is not actually the recommended route. Do you have your own Meltano project already? You can add a project-specific docker-compose file to it: https://meltano.com/docs/containerization.html#docker-compose
s
@douwe_maan I don't have a Meltano project. I'm starting fresh. How do I start a new Meltano project using Docker?
d
Are you following the Getting Started guide on the website? :)