mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
deploy: autocert documentation and defaults (#658)
* Define AUTOCERT_DIR in dockerfiles * Add autocert example and compose file * Update reference docs for defaults
This commit is contained in:
parent
d9f752aaca
commit
b9b66ec20f
9 changed files with 112 additions and 69 deletions
1
.github/Dockerfile-release
vendored
1
.github/Dockerfile-release
vendored
|
@ -2,6 +2,7 @@ FROM busybox:latest as build
|
|||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/static
|
||||
ENV AUTOCERT_DIR /data/autocert
|
||||
WORKDIR /pomerium
|
||||
COPY pomerium* /bin/
|
||||
COPY --from=build /config.yaml /pomerium/config.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue