Add CONDUIT_CONFIG to all relevant docker files

And mention that an empty string can be used to configure
Conduit purely with env vars.
This commit is contained in:
Daniel Wiesenberg 2021-03-16 09:14:11 +01:00
parent beb428d866
commit 5a7ccbdfab
5 changed files with 11 additions and 3 deletions

View file

@ -42,6 +42,8 @@ ARG CREATED
ARG VERSION
ARG GIT_REF=origin/master
ENV CONDUIT_CONFIG="/srv/conduit/conduit.toml"
# Labels according to https://github.com/opencontainers/image-spec/blob/master/annotations.md
# including a custom label specifying the build command
LABEL org.opencontainers.image.created=${CREATED} \