Skip to content

Conversation

@fredericve
Copy link
Contributor

allow setting DB_ROOT_USER and DB_ROOT_PASS env variables for docker entrypoint. They default to the previous DB_USER and DB_PASS variables.

In our setup we are running homer with its own postgres account. It fails to start because it tries to connect to the "postgres" database with the "homer_user" account, which isn't permitted. This change makes sure it can do the necessary operations in the 9 script of the docker-entrypoint.d directory.

Also fix a few docker warnings in the Dockerfile while we're at it.

…entrypoint. Also fix a few docker warnings in the Dockerfile
@adubovikov adubovikov merged commit eba51bd into sipcapture:master Oct 21, 2025
4 checks passed
@adubovikov
Copy link
Member

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants