{"id":13556451,"url":"https://github.com/ONSdigital/eq-compose","last_synced_at":"2025-04-03T10:30:40.361Z","repository":{"id":147574246,"uuid":"100275873","full_name":"ONSdigital/eq-compose","owner":"ONSdigital","description":"Docker-Compose scripts to start EQ","archived":false,"fork":false,"pushed_at":"2019-04-09T13:59:23.000Z","size":181,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-04T06:34:49.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ONSdigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-08-14T14:20:32.000Z","updated_at":"2019-06-06T15:06:50.000Z","dependencies_parsed_at":"2023-05-31T16:15:49.283Z","dependency_job_id":null,"html_url":"https://github.com/ONSdigital/eq-compose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ONSdigital%2Feq-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ONSdigital%2Feq-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ONSdigital%2Feq-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ONSdigital%2Feq-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ONSdigital","download_url":"https://codeload.github.com/ONSdigital/eq-compose/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246984422,"owners_count":20864439,"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":[],"created_at":"2024-08-01T12:03:50.711Z","updated_at":"2025-04-03T10:30:40.000Z","avatar_url":"https://github.com/ONSdigital.png","language":null,"funding_links":[],"categories":["Others","others"],"sub_categories":[],"readme":"### EQ Compose\n\nThis Repo contains docker-compose scripts to launch EQ\n\nTo use these commands you will need to have Docker installed\nhttps://docs.docker.com/docker-for-mac/install/\n\n### Overview\n\nHere are the various EQ services and how they relate to one another.\n\n![EQ Component Diagram](./component-diagram.png \"EQ Component Diagram\")\n\n### Start all EQ services:\n```\ndocker-compose pull\ndocker-compose up\n```\n\n### Stop all running services:\n```\ndocker-compose down\n```\n\nBelow is a list of URLs for the services that will be started.\n\n---\nService                                    | Description\n-------------------------------------------|----------------------\neq-survey-register                         | http://localhost:8080\neq-survey-runner                           | http://localhost:5000\neq-survey-launcher                         | http://localhost:8000\neq-author                                  | http://localhost:3000\neq-author-api                              | http://localhost:4000\neq-publisher                               | http://localhost:9000\n\n---\n\n### Use a specific tag for a service:\n\nIf, for example, a specific branch from a PR is required for testing purposes,\nthe `docker-compose.yml` file can be modified locally by appending a tag to an image name:\n```\nimage: onsdigital/eq-runner:branch-name\n```\nThen to restart running services with the new tagged service(s) `pull` down the \nimage(s) from [Docker Hub](https://hub.docker.com/search/?isAutomated=0\u0026isOfficial=0\u0026page=1\u0026pullCount=0\u0026q=onsdigital\u0026starCount=0) and start all EQ services:\n```\ndocker-compose down\ndocker-compose pull\ndocker-compose up\n```\nNB: a tagged image is only pushed to Docker Hub once Travis checks have completed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FONSdigital%2Feq-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FONSdigital%2Feq-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FONSdigital%2Feq-compose/lists"}