Dockerfile: Set default for EOS_SERVER__EOSDASH_SESSKEY Closes #447 (#467)

* This allows to start the container without any extra settings
   (potentially unsafe).
   It is recommended to set EOS_SERVER__EOSDASH_SESSKEY.
This commit is contained in:
Dominique Lasserre 2025-02-23 16:17:54 +01:00
parent c46d13731d
commit 5eb6d84572

View File

@ -9,6 +9,9 @@ ENV EOS_CACHE_DIR="${EOS_DIR}/cache"
ENV EOS_OUTPUT_DIR="${EOS_DIR}/output"
ENV EOS_CONFIG_DIR="${EOS_DIR}/config"
# Overwrite when starting the container in a production environment
ENV EOS_SERVER__EOSDASH_SESSKEY=s3cr3t
WORKDIR ${EOS_DIR}
RUN adduser --system --group --no-create-home eos \