diff --git a/docker-compose.yml b/docker-compose.yml index 977946f..f653f86 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -75,12 +75,12 @@ services: - '/opt/buildagent/temp3:/opt/buildagent/temp' - '/opt/buildagent/tools3:/opt/buildagent/tools' image: jetbrains/teamcity-agent:${AGENT_IMAGE_VERSION} - watchtower: - image: containrrr/watchtower - container_name: watchtower - volumes: - - /var/run/docker.sock:/var/run/docker.sock - command: teamcity-server + # watchtower: // watchtower seems not to have the a version docker compose compatible with the new docker api. Need to keep watchin untill it has. + # image: containrrr/watchtower + # container_name: watchtower + # volumes: + # - /var/run/docker.sock:/var/run/docker.sock + # command: teamcity-server node_exporter: image: quay.io/prometheus/node-exporter:latest container_name: node_exporter