👌 IMPROVE: Add new TeamCity agent configuration and update log files for May 2025; remove old logs and compress new ones.
This commit is contained in:
@@ -41,6 +41,25 @@ services:
|
||||
# image: jetbrains/teamcity-agent:2023.11.1-linux-sudo
|
||||
# image: jetbrains/teamcity-agent:2023.05.2-linux-sudo
|
||||
# image: jetbrains/teamcity-agent:latest
|
||||
teamcity-agent-2:
|
||||
restart: always
|
||||
container_name: teamcity-agent-2
|
||||
environment:
|
||||
- 'SERVER_URL=teamcity-server:8111'
|
||||
- DOCKER_IN_DOCKER=start
|
||||
user: root
|
||||
privileged: true
|
||||
networks:
|
||||
- devops
|
||||
volumes:
|
||||
- '/teamcity/agent2:/teamcity_agent/conf'
|
||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||
- '/opt/buildagent/system2:/opt/buildagent/system'
|
||||
- '/opt/buildagent/work2:/opt/buildagent/work'
|
||||
- '/opt/buildagent/plugins2:/opt/buildagent/plugins'
|
||||
- '/opt/buildagent/temp2:/opt/buildagent/temp'
|
||||
- '/opt/buildagent/tools2:/opt/buildagent/tools'
|
||||
image: jetbrains/teamcity-agent:2025.03.1-linux-sudo
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
container_name: watchtower
|
||||
|
||||
Reference in New Issue
Block a user