Skip to content

Kezino/teamcity-docker-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

TeamCity docker-compose samples JetBrains team project

Simple docker compose files to run TeamCity server together with agents.

Images

TeamCity provides docker images for Linux and Windows containers. Windows images have the following suffixes in tags: -nanoserver and -windowsservercore. Available TeamCity images on Docker Hub:

How to start

Docker compose files for Linux containers are stored in compose-ubuntu directory, for Windows in compose-windows.

  • To run latest release use: docker-compose up -d
  • To run latest EAP use: docker-compose -f docker-compose.yml -f docker-compose.eap.yml up -d

After start TeamCity server will be available on http://localhost:8112/ in Linux containers. To open server URL on Windows execute the following command in PowerShell:

explorer "http://$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' teamcitywindows_server_1):8111"

About

TeamCity docker compose samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published