Skip to content

Commit

Permalink
teamcity
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 8, 2023
1 parent 2cf8e82 commit 71f006e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/teamcity/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ services:

teamcity-agent:
image: jetbrains/teamcity-agent:${W9_VERSION}
container_name: ${W9_ID}-agent
privileged: true
volumes:
- ./src/agents/agent-1/conf:/data/teamcity_agent/conf
environment:
- SERVER_URL=http://${W9_ID}:8111
- AGENT_NAME=agent1
- AGENT_TOKEN=71723e836df10d65390420820fe3451c
- OWN_PORT=9090
- DOCKER_IN_DOCKER=start

teamcity-mysql:
Expand Down

0 comments on commit 71f006e

Please sign in to comment.