January 2019
Intermediate to advanced
520 pages
14h 32m
English
The next service we need is a CI server. We will use the official image of TeamCity:
teamcity: image: jetbrains/teamcity-server ports: - '8111:8111' volumes: - ./teamcity/datadir:/data/teamcity_server/datadir - ./teamcity/logs:/opt/teamcity/logs
The container requires two persistent volumes for data and logs. We also forward port 8111 of the container to the same local port to connect to the UI with a browser.
Read now
Unlock full access