mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 21:59:09 -05:00
[GH-ISSUE #247] Traefik Published Ports #1360
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @magnetic-domelike-twisting on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/247
Originally assigned to: @oschwartz10612 on GitHub.
Hey All,
I just updated to beta 15 and successfully ran the installer to get Traefik installed. When looking at the ports exposed for the traefik container I was a little confused why some of these were exposed.
Crowdsec defines ports used here https://docs.crowdsec.net/docs/configuration/network_management/
In the Dockerfile created by the installer I see these ports exposed
6060 lines up with prometheus metrics, but 9090 doesn't line up with anything. I don't see anything that lines up with port 9090 though. So checking the docker-compose.yml in the repo here I see this:
Ok, makes a bit more sense, but checking the crowdsec logs I don't see anything start up on port 9090. If I check the crowdsec config.yaml I do see that the local api is configured to listen on port 8080 and checking the container logs I do see that starting up.
Ok, kind of a long wind up for these questions.
Hopefully none of those come across as a complaint. Pangolin is awesome and it's super cool that CrowdSec can be installed so easily now. Thanks for all the work that's been put into this, it's made my life easier
@oschwartz10612 commented on GitHub (Feb 28, 2025):
This is a good point. Will look into this. 9090 might be only needed in the internal network. If so I will update the config.