👌 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:
2025-05-23 09:36:11 +00:00
parent 03220e8c67
commit 5ef3de75ad
89 changed files with 32 additions and 13 deletions

View File

@@ -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