{"id":22894926,"url":"https://github.com/duzun/docker-sphinx","last_synced_at":"2026-05-08T04:10:18.956Z","repository":{"id":66713423,"uuid":"141059091","full_name":"duzun/docker-sphinx","owner":"duzun","description":"Sphinx Search for Docker","archived":false,"fork":false,"pushed_at":"2018-07-15T21:18:43.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T11:34:28.225Z","etag":null,"topics":["docker","docker-image","search","sphinx"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duzun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-15T21:17:26.000Z","updated_at":"2024-03-05T09:48:42.000Z","dependencies_parsed_at":"2023-03-01T12:02:14.252Z","dependency_job_id":null,"html_url":"https://github.com/duzun/docker-sphinx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duzun/docker-sphinx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duzun%2Fdocker-sphinx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duzun%2Fdocker-sphinx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duzun%2Fdocker-sphinx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duzun%2Fdocker-sphinx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duzun","download_url":"https://codeload.github.com/duzun/docker-sphinx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duzun%2Fdocker-sphinx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262470867,"owners_count":23316571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","search","sphinx"],"created_at":"2024-12-13T23:27:37.007Z","updated_at":"2026-05-08T04:10:13.926Z","avatar_url":"https://github.com/duzun.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Docker Sphinx\n==========\n\nSphinx Search for Docker.\n\n# Install and setup\n\n```sh\nsudo docker run -d -i -p \"9312:9312\" \\\n        -v /etc/sphinx/conf.d:/etc/sphinx/conf.d \\\n        -v /run/sphinx/:/run/sphinx/ \\\n        -v /run/mysqld/:/run/mysqld/ \\\n     --name 'sphinx' duzun/docker-sphinx\n```\n\nIn `/etc/sphinx/conf.d` you could place some sphinx config files, one per database.\nThe name of the files in this folder should be '00_dbName.conf'.\nYou can override DB name with environment variables like 'DATABASE_DBNAME=my_db'.\nIn '00_dbName.conf' file you could use the `$DB` variable like this:\n`sql_db = $DB`. See `/sphinx/etc/conf.d/*.conf.dist` for more examples.\n\nYou could also expose `/run/sphinx/searchd.sock` to host system to connect to sphinx daemon \nthrough a socket.\n\nIt is also possible to use MySQL as a source of documents through sockets by exposing \n`/run/mysqld/` folder to container.\n\nThis container defines a volume at `/var/lib/sphinx`, with `data` and `log` folders.\n\n\nAlso check `docker-composer.yml` file for an example of usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduzun%2Fdocker-sphinx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduzun%2Fdocker-sphinx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduzun%2Fdocker-sphinx/lists"}