Loading deploy/.env +2 −0 Original line number Diff line number Diff line Loading @@ -8,3 +8,5 @@ FINAL_CONFIG_FILENAME=prometheus.yml ENTRYPOINT_FILENAME=entrypoint.sh DATA_VOL_NAME=prometheus-vol NODE_RULES_NAME=node_rules TRAEFIK_SUBDOMAIN=prometheus PUBLIC_HOSTNAME=change.me deploy/docker-compose.tmpl.yml +2 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ services: - --storage.tsdb.path=${DATA_PATH} - --storage.tsdb.retention.time=${STORAGE_TSDB_RETENTION_TIME} - --storage.tsdb.retention.size=${STORAGE_TSDB_RETENTION_SIZE} - --web.external-url=https://${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME} environment: CONFIG_PATH: INITIAL_CONFIG_FILENAME: Loading Loading @@ -52,7 +53,7 @@ services: delay: ${UPDATE_DELAY:-1m} labels: traefik.frontend.auth.basic.users: ${UI_AUTH} traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN:-prometheus}.${PUBLIC_HOSTNAME} traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME} traefik.backend: prometheus traefik.port: '${PORT}' Loading Loading
deploy/.env +2 −0 Original line number Diff line number Diff line Loading @@ -8,3 +8,5 @@ FINAL_CONFIG_FILENAME=prometheus.yml ENTRYPOINT_FILENAME=entrypoint.sh DATA_VOL_NAME=prometheus-vol NODE_RULES_NAME=node_rules TRAEFIK_SUBDOMAIN=prometheus PUBLIC_HOSTNAME=change.me
deploy/docker-compose.tmpl.yml +2 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ services: - --storage.tsdb.path=${DATA_PATH} - --storage.tsdb.retention.time=${STORAGE_TSDB_RETENTION_TIME} - --storage.tsdb.retention.size=${STORAGE_TSDB_RETENTION_SIZE} - --web.external-url=https://${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME} environment: CONFIG_PATH: INITIAL_CONFIG_FILENAME: Loading Loading @@ -52,7 +53,7 @@ services: delay: ${UPDATE_DELAY:-1m} labels: traefik.frontend.auth.basic.users: ${UI_AUTH} traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN:-prometheus}.${PUBLIC_HOSTNAME} traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME} traefik.backend: prometheus traefik.port: '${PORT}' Loading