homer5-docker icon indicating copy to clipboard operation
homer5-docker copied to clipboard

HOMER 5 Docker Containers (OBSOLETE)

Results 16 homer5-docker issues
Sort by recently updated
recently updated
newest added

Hello, It appears that Homer stops capturing data after being ran for a few days. If I do a docker-compose down and docker-compose up Homer starts to capture and display...

updates to allow single container running with passed in mysql credentials.

I'm building a commit right now that pins the homer-api & homer-ui verisons by commit hash. This one: https://github.com/sipcapture/homer-docker/commit/e8fa985261173e56fe71f597957937bfb6dafae3 On my wishlist is tags with semver or something (which I...

Looks like the builds have been failing in Travis. Apparently at the point where it looks to see if the cron job[s] ran OK. Mostly a note for myself to...

testing needed

I think we'll need dockerhub automated builds for each container we're creating... Those will be... ``` sipcapture/homer-webapp --> ./webapp/. sipcapture/homer-kamailio --> ./kamailio/. sipcapture/homer-cron --> ./cron/. ``` Also needed: - [...

enhancement

Mostly note-to-self, but, we have some wait scripts, and I'm starting to wonder if we can use healthchecks instead * https://docs.docker.com/engine/reference/run/#healthcheck * https://docs.docker.com/compose/startup-order/

enhancement