{"id":49249322,"url":"https://github.com/senzing-garage/docker-compose-demo","last_synced_at":"2026-04-24T23:35:34.462Z","repository":{"id":37963286,"uuid":"184667565","full_name":"senzing-garage/docker-compose-demo","owner":"senzing-garage","description":"Demonstrate Senzing stack using `docker-compose`.","archived":false,"fork":false,"pushed_at":"2026-02-13T22:22:52.000Z","size":14065,"stargazers_count":18,"open_issues_count":7,"forks_count":17,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-14T00:33:09.722Z","etag":null,"topics":["demonstration","docker-compose","senzing-cleanup","senzing-garage","senzing-stack","top-pick"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/senzing-garage.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-05-02T23:13:54.000Z","updated_at":"2026-02-13T18:43:48.000Z","dependencies_parsed_at":"2025-12-06T10:10:25.506Z","dependency_job_id":null,"html_url":"https://github.com/senzing-garage/docker-compose-demo","commit_stats":null,"previous_names":["senzing-garage/docker-compose-demo"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/senzing-garage/docker-compose-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senzing-garage%2Fdocker-compose-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senzing-garage%2Fdocker-compose-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senzing-garage%2Fdocker-compose-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senzing-garage%2Fdocker-compose-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/senzing-garage","download_url":"https://codeload.github.com/senzing-garage/docker-compose-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senzing-garage%2Fdocker-compose-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32245150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["demonstration","docker-compose","senzing-cleanup","senzing-garage","senzing-stack","top-pick"],"created_at":"2026-04-24T23:35:33.880Z","updated_at":"2026-04-24T23:35:34.453Z","avatar_url":"https://github.com/senzing-garage.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-compose-demo\n\nIf you are beginning your journey with [Senzing],\nplease start with [Senzing Quick Start guides].\n\nYou are in the [Senzing Garage] where projects are \"tinkered\" on.\nAlthough this GitHub repository may help you understand an approach to using Senzing,\nit's not considered to be \"production ready\" and is not considered to be part of the Senzing product.\nHeck, it may not even be appropriate for your application of Senzing!\n\n## Synopsis\n\nUsing [Docker compose], bring up a Docker compose formation for demonstrating Senzing.\n\n## Overview\n\n1. **TL;DR** - A Simple example\n\n   1. Prerequisites:\n      1. [Docker compose]\n\n   1. Download docker-compose file:\n\n      ```console\n      curl -O https://raw.githubusercontent.com/senzing-garage/docker-compose-demo/refs/heads/main/docker-compose/senzing-docker-compose-postgresql.yaml\n      ```\n\n      Alternatively, use a web browser to [download senzing-docker-compose-postgresql.yaml].\n\n   1. Bring up the docker-compose formation:\n\n      ```console\n      docker compose --profile truthset --file senzing-docker-compose-postgresql.yaml up --pull always\n      ```\n\n   1. In a separate terminal, exec into the `senzingsdk-tools` container:\n\n      ```console\n      docker exec -it senzingsdk-tools /bin/bash\n      ```\n\n1. In addition to the **TL;DR**,\n   this repository contains a multitude of docker-compose.yaml files in the [docker-compose directory].\n   Variations:\n\n      | Variation | Example filename                               |\n      |-----------|------------------------------------------------|\n      | database  | `senzing-docker-compose-\u003cdatabase\u003e.yaml`       |\n      | multi use | `senzing-docker-compose-\u003cdatabase\u003e-multi.yaml` |\n\n   For step-by-step instructions, see [Examples].\n\n## Caveat\n\nThis demonstration runs on platforms that support `docker` and `docker-compose`.\n\n:warning: RedHat has explicitly stated that [Docker is not supported in RHEL 8].\nAs such, these demonstrations of Senzing using `docker` and `docker-compose`\ndo not run in a RedHat Enterprise Linux 8 environment natively.\nLikewise, `docker` is not a CentOS 8 supported project.\nAlthough with user-modification it has been shown that docker and docker-compose can run in these environments,\nthe onus is on the user for proper operation of docker and docker networking.\n\n## Usage\n\n1. :pencil2: Identify the file to be downloaded.\n   Choose from the files in the [docker-compose directory].\n\n   Example:\n\n    ```console\n    export SENZING_TOOLS_DOCKER_COMPOSE_FILE=senzing-docker-compose-postgresql.yaml\n    ```\n\n1. Download the docker-compose file.\n\n   ```console\n   curl -O https://raw.githubusercontent.com/senzing-garage/docker-compose-demo/refs/heads/main/docker-compose/${SENZING_TOOLS_DOCKER_COMPOSE_FILE}\n   ```\n\n1. Bring up Docker compose formation.\n\n   ```console\n   docker-compose --profile new --file ${SENZING_TOOLS_DOCKER_COMPOSE_FILE} up --pull always\n   ```\n\n   1. `--profile`\n\n      The [--profile] parameter specifies which variation of the docker-compose formation to bring up.\n      Not all profiles exist for each docker-compose `.yaml` file.\n\n         | Profile  | Description                                     |\n         |----------|-------------------------------------------------|\n         | new      | New formation with empty Senzing datastore.     |\n         | resume   | Resume a prior docker-compose formation.        |\n         | truthset | New formation with Senzing TruthSets installed. |\n\n       For more information, see [Profiles].\n\n   1. `--file`\n\n      The [--file] parameter specifies the file containing the docker-compose YAML specification.\n\n   1. `--pull always`\n\n      The optional [--pull always] parameter pulls the latest version of the Docker images before running.\n      Omit the [--pull always] parameter if using the currently cached Docker images is preferred.\n\n1. Work with Docker compose formation.\n   See [Services] section.\n\n1. Bring down Docker formation.\n\n   ```console\n   docker-compose --profile new --file ${SENZING_TOOLS_DOCKER_COMPOSE_FILE} down --volumes\n   ```\n\n   1. `--volumes`\n\n      The optional [--volumes] parameter cleans up the volumes.\n      Omit the [--volumes] parameter if the data is to be reused via [--profile resume].\n\n## Services\n\nSee [Services] for services rendered by each docker compose formation.\n\n## References\n\n- [Development]\n- [Errors]\n- [Examples]\n- [Services]\n\n[--file]: https://docs.docker.com/reference/cli/docker/compose/\n[--profile resume]: https://docs.docker.com/reference/cli/docker/compose/up/#options\n[--profile]: https://docs.docker.com/reference/cli/docker/compose/\n[--pull always]: https://docs.docker.com/reference/cli/docker/compose/up/#options\n[--volumes]: https://docs.docker.com/reference/cli/docker/compose/down/#options\n[Development]: docs/development.md\n[Docker compose]: https://github.com/senzing-garage/knowledge-base/blob/main/WHATIS/docker-compose.md\n[Docker is not supported in RHEL 8]: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/building_running_and_managing_containers/index#con_running-containers-without-docker_assembly_starting-with-containers\n[docker-compose directory]: https://github.com/senzing-garage/docker-compose-demo/tree/main/docker-compose\n[download senzing-docker-compose-postgresql.yaml]: https://raw.githubusercontent.com/senzing-garage/docker-compose-demo/refs/heads/main/docker-compose/senzing-docker-compose-postgresql.yaml\n[Errors]: docs/errors.md\n[Examples]: docs/examples.md\n[Profiles]: docs/services.md#profiles\n[Senzing Garage]: https://github.com/senzing-garage\n[Senzing Quick Start guides]: https://docs.senzing.com/quickstart/\n[Senzing]: https://senzing.com/\n[Services]: docs/services.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenzing-garage%2Fdocker-compose-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsenzing-garage%2Fdocker-compose-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenzing-garage%2Fdocker-compose-demo/lists"}