Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Do not set INDEXER_CONFIG_PATH by default in Dockerfile #149

Merged
merged 2 commits into from
Feb 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ COPY --from=builder /usr/src/namadexer/checksums.json /app

RUN apt-get update && rm -rf /var/lib/apt/lists/*

# default env
ENV INDEXER_CONFIG_PATH "/app/config/Settings.toml"
ENV RUST_LOG "namadexer=debug"
# if you wish to run with a config file, mount it at /app/config/Settings.toml
# and set the env variable INDEXER_CONFIG_PATH to /app/config/Settings.toml

CMD indexer
Loading