mirror of
https://github.com/openziti/zrok.git
synced 2025-08-14 10:08:26 +02:00
deploy: 010e499c9e
This commit is contained in:
zrok-instance
@ -18,8 +18,7 @@ ARG ZITI_CTRL_ADVERTISED_PORT
|
|||||||
ARG ZITI_PWD
|
ARG ZITI_PWD
|
||||||
|
|
||||||
# render zrok controller config.yml
|
# render zrok controller config.yml
|
||||||
COPY ./envsubst.bash ./bootstrap-controller.bash /usr/local/bin/
|
COPY --chmod=0755 ./envsubst.bash ./bootstrap-controller.bash /usr/local/bin/
|
||||||
RUN chmod 0755 /usr/local/bin/envsubst.bash /usr/local/bin/bootstrap-controller.bash
|
|
||||||
COPY ./zrok-controller-config.yml.envsubst /tmp/
|
COPY ./zrok-controller-config.yml.envsubst /tmp/
|
||||||
RUN mkdir -p /etc/zrok-controller/
|
RUN mkdir -p /etc/zrok-controller/
|
||||||
RUN envsubst.bash \
|
RUN envsubst.bash \
|
||||||
|
@ -21,8 +21,7 @@ ARG ZROK_OAUTH_GITHUB_CLIENT_ID
|
|||||||
ARG ZROK_OAUTH_GITHUB_CLIENT_SECRET
|
ARG ZROK_OAUTH_GITHUB_CLIENT_SECRET
|
||||||
|
|
||||||
# render zrok frontend config.yml
|
# render zrok frontend config.yml
|
||||||
COPY ./envsubst.bash ./bootstrap-frontend.bash /usr/local/bin/
|
COPY --chmod=0755 ./envsubst.bash ./bootstrap-frontend.bash /usr/local/bin/
|
||||||
RUN chmod 0755 /usr/local/bin/envsubst.bash /usr/local/bin/bootstrap-frontend.bash
|
|
||||||
COPY ./zrok-frontend-config.yml.envsubst /tmp/
|
COPY ./zrok-frontend-config.yml.envsubst /tmp/
|
||||||
RUN mkdir -p /etc/zrok-frontend/
|
RUN mkdir -p /etc/zrok-frontend/
|
||||||
RUN envsubst.bash \
|
RUN envsubst.bash \
|
||||||
|
Reference in New Issue
Block a user