2024-09-27 01:00:37 +00:00
|
|
|
FROM caddy:2.8.4-alpine
|
|
|
|
|
|
|
|
RUN apk update && \
|
|
|
|
apk add nss-tools
|
|
|
|
|
|
|
|
COPY ./Caddyfile /etc/caddy
|
2024-09-30 03:18:56 +00:00
|
|
|
|
|
|
|
ENV OTEL_EXPORTER_OTLP_ENDPOINT=otlp://host.containers.internal:4318
|
|
|
|
ENV OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=otlp://host.containers.internal:4318
|
|
|
|
ENV OTEL_EXPORTER_OTLP_INSECURE=true
|