add more env variables
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b5316bc0e5
commit
fbe2d1c870
|
@ -7,7 +7,12 @@ RUN npm install --only=production
|
||||||
|
|
||||||
COPY dist/ ./
|
COPY dist/ ./
|
||||||
|
|
||||||
ENV LISTEN_PORT=8000
|
ENV LISTEN_PORT=8000 \
|
||||||
|
DB_SAVE_INTERVAL=5000 \
|
||||||
|
DB_PATH='/tmp/builds.db' \
|
||||||
|
GH_TOKEN='' \
|
||||||
|
GH_REPO_OWNER='' \
|
||||||
|
GH_REPO_NAME=''
|
||||||
|
|
||||||
LABEL source="https://github.com/status-im/github-comment-manager" \
|
LABEL source="https://github.com/status-im/github-comment-manager" \
|
||||||
description="Basic NodeJS API for managing CI build GitHub posts." \
|
description="Basic NodeJS API for managing CI build GitHub posts." \
|
||||||
|
|
Loading…
Reference in New Issue