JetBrains / teamcity-docker-agent

TeamCity agent docker image sources
https://hub.docker.com/r/jetbrains/teamcity-agent/
Apache License 2.0
77 stars 64 forks source link

Examples for SERVER_URL #13

Closed gaydenko closed 6 years ago

gaydenko commented 6 years ago

Please, provide examples for SERVER_URL value at the case both client and server containers are managed by the same docker.

dtretyakov commented 6 years ago

@gaydenko, you could specify the same URL which you use to access TeamCity server from your browser. If you're using docker compose to start containers you could take a look at the following samples: https://github.com/JetBrains/teamcity-docker-samples

gaydenko commented 6 years ago

Aha, I see, thanks! I still guess it would be handy to add a ref to docker-compose.yml or/and to metntion --link flag of run agent's command.