Added credentials for Sidekiq UI

This commit is contained in:
Eugene Burmakin
2025-05-02 20:38:57 +02:00
parent a737eed00c
commit 5ac61fa848
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ ENV RAILS_LOG_TO_STDOUT=true
ENV RAILS_PORT=3000
ENV RAILS_ENV=development
ENV SELF_HOSTED=true
ENV SIDEKIQ_USERNAME=sidekiq
ENV SIDEKIQ_PASSWORD=password
# Install dependencies for application
RUN apk -U add --no-cache \