Skip to content

Commit

Permalink
Merge pull request #3 from flownative/env-variables
Browse files Browse the repository at this point in the history
Configure important env vars in Dockerfile
  • Loading branch information
robertlemke authored Aug 31, 2022
2 parents 522eb67 + 5cd870a commit 94d5ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ENV PROMTAIL_VERSION=2.6.1

ENV FLOWNATIVE_LIB_PATH=/opt/flownative/lib \
PROMTAIL_BASE_PATH=/opt/flownative/promtail \
PROMTAIL_CONF_PATH=/opt/flownative/promtail/etc \
PROMTAIL_TMP_PATH=/opt/flownative/promtail/tmp \
LOG_DEBUG=false

USER root
Expand Down

0 comments on commit 94d5ff1

Please sign in to comment.