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:
parent
beb428d866
commit
5a7ccbdfab
5 changed files with 11 additions and 3 deletions
|
@ -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} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue