mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Added credentials for Sidekiq UI
This commit is contained in:
parent
a737eed00c
commit
5ac61fa848
2 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
- Vector maps are supported in non-self-hosted mode.
|
- Vector maps are supported in non-self-hosted mode.
|
||||||
|
- Credentials for Sidekiq UI are now being set via environment variables: `SIDEKIQ_USERNAME` and `SIDEKIQ_PASSWORD`. Default credentials are `sidekiq` and `password`.
|
||||||
|
|
||||||
## Removed
|
## Removed
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@ ENV RAILS_LOG_TO_STDOUT=true
|
||||||
ENV RAILS_PORT=3000
|
ENV RAILS_PORT=3000
|
||||||
ENV RAILS_ENV=development
|
ENV RAILS_ENV=development
|
||||||
ENV SELF_HOSTED=true
|
ENV SELF_HOSTED=true
|
||||||
|
ENV SIDEKIQ_USERNAME=sidekiq
|
||||||
|
ENV SIDEKIQ_PASSWORD=password
|
||||||
|
|
||||||
# Install dependencies for application
|
# Install dependencies for application
|
||||||
RUN apk -U add --no-cache \
|
RUN apk -U add --no-cache \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue