We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca565da commit 0238774Copy full SHA for 0238774
1 file changed
docker/docker-compose.production.yml
@@ -150,6 +150,8 @@ services:
150
# prostaff-events integration (set PHOENIX_EVENTS_ENABLED=true in Coolify panel when deploying events service)
151
PHOENIX_EVENTS_ENABLED: '${PHOENIX_EVENTS_ENABLED:-false}'
152
PHOENIX_EVENTS_URL: '${PHOENIX_EVENTS_URL:-http://events:4000}'
153
+ SIDEKIQ_WEB_USER: '${SIDEKIQ_WEB_USER}'
154
+ SIDEKIQ_WEB_PASSWORD: '${SIDEKIQ_WEB_PASSWORD}'
155
156
healthcheck:
157
test:
0 commit comments