Add Opal Password in Exporter

This commit is contained in:
juarez 2023-04-25 17:29:05 +02:00
parent 1438c32455
commit 8679d46b62
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ services:
WRITE_FILES_LIFETIME_IN_DAYS: "30" WRITE_FILES_LIFETIME_IN_DAYS: "30"
HTTP_RELATIVE_PATH: "/ccp-exporter" HTTP_RELATIVE_PATH: "/ccp-exporter"
HTTP_SERVLET_REQUEST_SCHEME: "https" HTTP_SERVLET_REQUEST_SCHEME: "https"
OPAL_ADMINISTRATOR_PASSWORD: "${OPAL_ADMINISTRATOR_PASSWORD}"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.exporter_ccp.rule=PathPrefix(`/ccp-exporter`)" - "traefik.http.routers.exporter_ccp.rule=PathPrefix(`/ccp-exporter`)"