Skip to content

Commit

Permalink
docker env defaults (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott authored Jun 10, 2021
1 parent b1ae3b9 commit 18595a9
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 @@ -14,4 +14,6 @@ FROM alpine
# Copy our static executable.
COPY --from=builder /go/src/app/dealbot /dealbot
ENV DEALBOT_LOG_JSON=true
ENV DEALBOT_WORKERS=10
ENV STAGE_TIMEOUT=DefaultStorage=48h,DefaultRetrieval=48h
ENTRYPOINT ["/dealbot"]

0 comments on commit 18595a9

Please sign in to comment.