Shortened URL for this gist: https://git.io/vitgf
-
-
Save alexdotsh/1ce6c92dfe23f51b1d7da56e2109c9f8 to your computer and use it in GitHub Desktop.
Resources for TeamCity Getting Started Course
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '2' | |
| services: | |
| teamcity: | |
| image: jetbrains/teamcity-server:10.0.1 | |
| volumes: | |
| - ./data/server/datadir:/data/teamcity_server/datadir | |
| - ./data/server/logs:/opt/teamcity/logs | |
| ports: | |
| - 8111:8111 | |
| teamcity-agent: | |
| image: jetbrains/teamcity-agent:10.0.1 | |
| volumes: | |
| - ./data/agent:/data/teamcity_agent/conf | |
| environment: | |
| SERVER_URL: http://teamcity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment