Skip to content

Instantly share code, notes, and snippets.

@g0t4
Created May 18, 2016 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save g0t4/fc6a7b62be5a14c5af9df42af2aa2b2b to your computer and use it in GitHub Desktop.
Save g0t4/fc6a7b62be5a14c5af9df42af2aa2b2b to your computer and use it in GitHub Desktop.
TeamCity Docker Compose setup
version: '2'
services:
teamcity:
image: sjoerdmulder/teamcity
ports:
- 8111:8111
teamcity-agent:
image: sjoerdmulder/teamcity-agent
environment:
- TEAMCITY_SERVER=http://teamcity:8111
postgres:
image: postgres
environment:
- POSTGRES_DB=teamcity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment