File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ FROM ubuntu:bionic AS build
13
13
14
14
# Install packaged dependencies
15
15
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
16
- build-essential git curl cmake gcc g++ pkg-config libmagic-dev \
17
- libssl-dev zlib1g-dev ca-certificates
16
+ build-essential git curl cmake gcc g++ pkg-config libmagic-dev \
17
+ libssl-dev zlib1g-dev ca-certificates
18
18
19
19
# Install the stable toolchain with rustup
20
20
RUN curl https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init >/tmp/rustup-init && \
@@ -74,7 +74,7 @@ RUN mkdir -p /opt/docsrs/prefix
74
74
COPY --from=build /build/target/release/cratesfyi /usr/local/bin
75
75
COPY static /opt/docsrs/prefix/public_html
76
76
COPY templates /opt/docsrs/templates
77
- COPY docker /entrypoint.sh /opt/docsrs/
77
+ COPY dockerfiles /entrypoint.sh /opt/docsrs/
78
78
79
79
WORKDIR /opt/docsrs
80
80
ENTRYPOINT ["/opt/docsrs/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
1
global :
2
- scrape_interval : 15s # By default, scrape targets every 15 seconds.
2
+ scrape_interval : 15s # By default, scrape targets every 15 seconds.
3
3
4
4
# Attach these labels to any time series or alerts when communicating with
5
5
# external systems (federation, remote storage, Alertmanager).
6
6
external_labels :
7
- monitor : ' docs.rs-monitor'
7
+ monitor : " docs.rs-monitor"
8
8
9
9
scrape_configs :
10
10
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
11
- - job_name : ' docs.rs'
12
- metrics_path : ' /about/metrics'
11
+ - job_name : " docs.rs"
12
+ metrics_path : " /about/metrics"
13
13
static_configs :
14
- - targets : [' web:3000' ]
14
+ - targets : [" web:3000" ]
You can’t perform that action at this time.
0 commit comments