Commit Graph

7 Commits

Author SHA1 Message Date
TEMAndroid 05c066c676
fix(docker): expose port 9091 and allow external API access
Add 9091 port mapping to compose.yml to make the REST API reachable
from outside the container. Previously only port 9090 (metrics) was
published, making the documented curl commands non-functional.

fixes #434
2026-03-19 15:54:01 +03:00
ivulit c293901669
fix: bind metrics port to localhost only 2026-03-03 17:18:19 +03:00
nimbo78 54ee6ff810
Update docker-compose.yml
docker pull image first, if fail - build
2026-02-27 01:53:22 +03:00
Mikhail a1db082ec0
Add Prometheus /metrics HTTP endpoint
Wire up unused metrics_port/metrics_whitelist config into working
HTTP server exposing proxy stats in Prometheus text format.
2026-02-17 01:24:49 +03:00
Артур 8072a97f7e
Modify docker-compose for tmpfs
Updated volume path for config.toml and added tmpfs configuration.
2026-02-16 02:03:11 +03:00
Артур ad553f8fbb
docs: add ulimits to docker-compose.yml (fixes #56) 2026-02-14 01:59:30 +03:00
sou1jacker 963ec7206b
Added Docker support, updated README.md 2026-02-13 21:19:23 +03:00