Shortened URL for this gist: https://git.io/vitgf
- Spring Pet Clinic https://github.com/g0t4/teamcity-course-spring-petclinic
- AspNet.Identity.Mongo https://github.com/g0t4/teamcity-course-aspnet-identity-mongo
Shortened URL for this gist: https://git.io/vitgf
| 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:8111 |