Difference between revisions of "Install Teamcity-Server"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
To connect:
 
To connect:
 
Connect: http://localhost:8111/
 
Connect: http://localhost:8111/
 +
 +
== Related terms ==
 +
* https://www.jetbrains.com/help/teamcity/docker-compose.html
 +
 +
  
 
== See also ==
 
== See also ==

Revision as of 10:31, 27 June 2020

https://hub.docker.com/r/jetbrains/teamcity-server (By default installation will use an integrated HSQLDB database engine)

Install: https://www.jetbrains.com/teamcity/download/#section=docker

docker run -it --name teamcity-server-instance -v /YOUR_FOLDER_TO_DATA:/data/teamcity_server/datadir -v /YOUR_FOLDER_TO_LOGS:/opt/teamcity/logs -p 8111:8111 jetbrains/teamcity-server
Connect: http://localhost:8111/


For example:

docker pull jetbrains/teamcity-server
mkdir -p /srv/teamcity/logs /srv/teamcity/datadir
docker run -it --name teamcity-server-instance -v /srv/teamcity/datadir:/data/teamcity_server/datadir -v /srv/teamcity/logs:/opt/teamcity/logs -p 8111:8111 jetbrains/teamcity-server
docker update --restart=always teamcity-server-instance

To connect: Connect: http://localhost:8111/

Related terms


See also

Advertising: