Skip to content

Commit

Permalink
fix: Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Nov 27, 2024
1 parent 4a6f515 commit ce5067e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENV RUST_LOG=reacher=info
ENV RCH__HTTP_HOST=0.0.0.0
# Currently this Dockerfile is mainly used for single-shot verifications, so we
# disable the worker by default.
ENV RCH__WORKER__ENABLED=false
ENV RCH__WORKER__ENABLE=false

EXPOSE 8080

Expand Down
5 changes: 5 additions & 0 deletions backend/scripts/debian11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ RCH__FROM_EMAIL=${RCH__FROM_EMAIL:-"hello@mycompany.com"}
RCH__HELLO_NAME=${RCH__HELLO_NAME:-"backend1.mycompany.com"}
# Timeout for SMTP connections in seconds.
RCH__SMTP_TIMEOUT=${RCH__SMTP_TIMEOUT:-"90"}
# Proxy settings.
RCH__PROXY__HOST=${RCH__PROXY__HOST:-}
RCH__PROXY__PORT=${RCH__PROXY__PORT:-}
RCH__PROXY__USERNAME=${RCH__PROXY__USERNAME:-}
RCH__PROXY__PASSWORD=${RCH__PROXY__PASSWORD:-}
# Logging. Setup to "debug" to show all logs.
RUST_LOG=${RUST_LOG:-"info"}

Expand Down

0 comments on commit ce5067e

Please sign in to comment.