Skip to content

Commit

Permalink
Remove QUERY_ENABLED environment variable in Dockerfile (#15)
Browse files Browse the repository at this point in the history
query is now available
  • Loading branch information
making committed Sep 17, 2024
1 parent 96a3550 commit 550088a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,5 @@ LABEL org.opencontainers.image.source=https://github.com/openzipkin-contrib/zipk
ARG module=otel
COPY --from=install --chown=${USER} /install/* /zipkin/${module}

# Readback is currently not supported
ENV QUERY_ENABLED false

# * Active profile typically corresponds $1 in module/src/main/resources/zipkin-server-(.*).yml
ENV MODULE_OPTS="-Dloader.path=${module} -Dspring.profiles.active=${module}"

0 comments on commit 550088a

Please sign in to comment.