mike_planting
06/07/2021, 7:01 PMmike_planting
06/07/2021, 7:03 PMaaronsteers
06/07/2021, 7:08 PMmeltano invoke airflow webserver?mike_planting
06/07/2021, 7:08 PMmike_planting
06/07/2021, 7:10 PMmike_planting
06/07/2021, 7:10 PMmike_planting
06/07/2021, 7:10 PMaaronsteers
06/07/2021, 7:12 PMlocalhost , 0.0.0.0, and the loopback 127.0. 0.1 . Have you mapped the ports using the -p docker run option and/or in the docker-compose file? And if so, can you tell me which OS you are using, since that might be relevant to debugging which endpoint to connect on.mike_planting
06/07/2021, 7:24 PMmike_planting
06/07/2021, 7:25 PMaaronsteers
06/07/2021, 7:25 PMdocker run or docker-compose up ?mike_planting
06/07/2021, 7:26 PMaaronsteers
06/07/2021, 7:30 PMelt job but they don’t expose the ports or open the ui, unfortunately.
docker run \
--volume $(pwd)/output:/project/output \
-p 8080:8080 -p 5000:5000 \
meltano-demo-project:dev \
elt tap-gitlab target-jsonl --job_id=gitlab-to-jsonl
Before specifying the name of the image to run, you can add one or more -p arguments to map the docker container’s ports to the host laptop. https://docs.docker.com/engine/reference/commandline/run/#publish-or-expose-port--p---exposeaaronsteers
06/07/2021, 7:31 PMmike_planting
06/07/2021, 7:43 PMmike_planting
06/07/2021, 7:47 PM