Hi Vijay, I don't think your use case is clear here.
Do you want 1 agent container running multiple instances of the agent process? Or multiple agents, each running in their own container? The latter should be fairly straight forward by updating the Docker Compose file to spin up multiple agent containers. The former may require building a custom image that runs multiple agents and then updating the Compose file to use that image. Hope this helps, Jason On Friday, 8 September 2023 at 00:51:55 UTC-4 [email protected] wrote: > On Fri, 8 Sep 2023 at 12:58 AM, Vijay A <[email protected]> wrote: > >> Hi Team, >> >> I am new here it is possible to have multiple go agent in same machine >> using docker compose file.we have setup go and agent using docker-compose. >> > > > See: > > https://github.com/gocd/gocd/blob/master/installers/go-agent/release/README-running-multiple-agents.md# > > You will need to tweak your compose file accordingly. > > — Sriram > >> -- >> You received this message because you are subscribed to the Google Groups >> "go-cd" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/go-cd/79df35f1-b288-45ae-bd88-b4a37eb61508n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/go-cd/79df35f1-b288-45ae-bd88-b4a37eb61508n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/812b3130-b4d3-4b69-ae85-1ade60de35c8n%40googlegroups.com.
