This commit is contained in:
parent
5b0f728fce
commit
952b16dbb1
2 changed files with 39 additions and 0 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
FROM scratch
|
||||
|
||||
COPY ${CI_WORKSPACE}/target/release/sleutel /bootstrap
|
||||
|
||||
ENV OTEL_SERVICE_NAME=sleutel
|
||||
ENV OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
|
||||
ENV OTEL_EXPORTER_OTLP_PROTOCOL=grpc
|
||||
ENV OTEL_TRACES_SAMPLER=always_on
|
||||
ENV axum_tracing_opentelemetry=info
|
||||
|
||||
EXPOSE 3030
|
||||
|
||||
CMD ["/bootstrap"]
|
Loading…
Add table
Add a link
Reference in a new issue