Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/src/commit/641b7fd4c0c16b95612dde588aefedd3ba297da6/deploy/grafana/docker-compose.yaml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
version: "3.2"
|
|
services:
|
|
grafana:
|
|
image: grafana/grafana:latest
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- grafana-storage:/var/lib/grafana
|
|
|
|
volumes:
|
|
grafana-storage:
|
|
|