Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/blame/commit/63790b7d54609374da6fde8798f68161377541ee/deploy/prometheus/docker-compose.yaml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
version: "3.2"
|
|
|
|
services:
|
|
|
|
prometheus:
|
|
|
|
image: prom/prometheus
|
|
|
|
ports:
|
|
|
|
- 9090:9090
|
|
|
|
volumes:
|
|
|
|
- prometheus_data:/prometheus
|
|
|
|
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
prometheus_data:
|