Skip to content

Commit 0238774

Browse files
committed
fix: solve sidekiq admin minor issue
1 parent ca565da commit 0238774

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/docker-compose.production.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ services:
150150
# prostaff-events integration (set PHOENIX_EVENTS_ENABLED=true in Coolify panel when deploying events service)
151151
PHOENIX_EVENTS_ENABLED: '${PHOENIX_EVENTS_ENABLED:-false}'
152152
PHOENIX_EVENTS_URL: '${PHOENIX_EVENTS_URL:-http://events:4000}'
153+
SIDEKIQ_WEB_USER: '${SIDEKIQ_WEB_USER}'
154+
SIDEKIQ_WEB_PASSWORD: '${SIDEKIQ_WEB_PASSWORD}'
153155

154156
healthcheck:
155157
test:

0 commit comments

Comments
 (0)