From: charleswrayjr Date: Fri, 5 Sep 2025 02:19:43 +0000 (-0500) Subject: Adding TeamCity and YouTrack. X-Git-Url: https://git.phasecustomsoft.com/static/git-favicon.png?a=commitdiff_plain;h=c5f5eb9ed669c45e691d35a71eaf434035c57b4c;p=phs-stack.git Adding TeamCity and YouTrack. --- diff --git a/docker-compose.yml b/docker-compose.yml index b3068dd..b098d74 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: POSTGRES_DB: postgres PORT: 5433 ports: - - "54327:5433" + - "54328:5433" volumes: - ./volumes/tc-data:/var/lib/postgresql/data command: postgres -c 'max_connections=500'