Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin port gives 404 error #2

Open
lgwapnitsky opened this issue Jan 27, 2025 · 0 comments
Open

Admin port gives 404 error #2

lgwapnitsky opened this issue Jan 27, 2025 · 0 comments

Comments

@lgwapnitsky
Copy link

from my docker file:

    ports:
      - 8090:8000
      - 9090:9090

    environment:
      # Configuration options are listed and explained here:
      # https://www.prismeanalytics.com/docs/set-up/configuration/configure-server/default-mode
      #
      PRISME_ACCESS_LOG: '/dev/stdout'
      PRISME_DEBUG: 'false'
      PRISME_PORT: '8090'
      PRISME_TRUST_PROXY: 'true'
      PRISME_CLICKHOUSE_TLS: 'false'
      PRISME_CLICKHOUSE_HOSTPORT: 'clickhouse.localhost:9000'
      PRISME_CLICKHOUSE_USER: 'default'
      PRISME_CLICKHOUSE_PASSWORD: 'password'
      PRISME_CLICKHOUSE_DB: 'prisme'
      PRISME_SOURCE_REGISTRY_SOURCES: 'localhost,mywebsite.localhost,foo.mywebsite.localhost'
      PRISME_GRAFANA_URL: 'http://grafana.localhost:3000'
      PRISME_GRAFANA_USER: 'admin'
      PRISME_GRAFANA_PASSWORD: 'admin'
      PRISME_ADMIN_HOSTPORT: '0.0.0.0:9090'

Going to port 9090 gives me a 404 error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant