Added LABELS to proxy's Dockerfile. (#6323)
This commit is contained in:
parent
b8e01143ba
commit
fa0fa370d6
@ -1,5 +1,10 @@
|
||||
FROM caddy:2.3.0-alpine
|
||||
|
||||
LABEL org.opencontainers.image.title="OpenSlides Proxy"
|
||||
LABEL org.opencontainers.image.description="The proxy is the entrypoint for traffic going into an OpenSlides instance."
|
||||
LABEL org.opencontainers.image.licenses="MIT"
|
||||
LABEL org.opencontainers.image.source="https://github.com/OpenSlides/OpenSlides/tree/master/proxy"
|
||||
|
||||
RUN apk update && apk add --no-cache jq gettext
|
||||
|
||||
COPY caddy_base.json /caddy_base.json
|
||||
|
@ -1,4 +1,4 @@
|
||||
# OpenSlides proxy
|
||||
# OpenSlides Proxy
|
||||
|
||||
The proxy is the entrypoint for traffic going into an OpenSlides instance and
|
||||
hides all the services needed for production behind a single port. On the
|
||||
|
Loading…
Reference in New Issue
Block a user