{"id":19316842,"url":"https://github.com/allyndawn/hellocompose","last_synced_at":"2026-05-08T01:37:18.385Z","repository":{"id":217767245,"uuid":"448035300","full_name":"allyndawn/hellocompose","owner":"allyndawn","description":"Multiple docker containers managed by Docker Compose","archived":false,"fork":false,"pushed_at":"2022-02-03T05:32:27.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T04:12:55.066Z","etag":null,"topics":["docker","docker-compose","elasticmq"],"latest_commit_sha":null,"homepage":"","language":"Python","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/allyndawn.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-14T16:33:25.000Z","updated_at":"2024-01-17T23:36:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"1edc74bf-3eaa-45c9-b988-9fdc8379fa20","html_url":"https://github.com/allyndawn/hellocompose","commit_stats":null,"previous_names":["allyndawn/hellocompose"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyndawn%2Fhellocompose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyndawn%2Fhellocompose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyndawn%2Fhellocompose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyndawn%2Fhellocompose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allyndawn","download_url":"https://codeload.github.com/allyndawn/hellocompose/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240420938,"owners_count":19798501,"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-compose","elasticmq"],"created_at":"2024-11-10T01:12:52.322Z","updated_at":"2026-05-08T01:37:18.336Z","avatar_url":"https://github.com/allyndawn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hellocompose\nMultiple docker containers managed by Docker Compose\n\n## Related\n\n- [Connect 2 compose images in docker | Docker](https://www.youtube.com/watch?v=8jVnEZPNom0)\n\n## Notes\n\n- Initially, I had to set up the repo\n\n`python3 -m venv .venv`\n\n- And then, looks like on each start up\n`source .venv/bin/activate`\n`python -m pip install --upgrade pip`\n\n- And then create Dockerfiles for the ElasticMQ container, ...\n\n- Use the following to up and build:\n\n`docker-compose up --build`\n\n- Which will display something like:\n\n```\nelasticmq_1  | 22:07:30.046 [main] INFO  org.elasticmq.server.Main$ - === ElasticMQ server (0.15.8) started in 1727 ms ===\n```\n\n- You can issue the following command to check on the containers from the root of the repo:\n\n```\n(.venv) allendavidsnook@Lamia hellocompose % docker-compose ps\n          Name                        Command               State    Ports\n----------------------------------------------------------------------------\nhellocompose_elasticmq_1   java -Djava.net.preferIPv4 ...   Up      9324/tcp\n```\n\n- And the following to tear it all down:\n\n```\n(.venv) allendavidsnook@Lamia hellocompose % docker-compose down\nStopping hellocompose_elasticmq_1 ... done\nRemoving hellocompose_elasticmq_1 ... done\nRemoving network hellocompose_default\n```\n\n- Remember that things like connection strings should reference the name of the container for the resource.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyndawn%2Fhellocompose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyndawn%2Fhellocompose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyndawn%2Fhellocompose/lists"}