From: charleswrayjr Date: Fri, 5 Sep 2025 02:13:30 +0000 (-0500) Subject: Adding TeamCity and YouTrack. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.js?a=commitdiff_plain;h=6c754c6bdbc2840165496d908ee637c9849c0d15;p=phs-stack.git Adding TeamCity and YouTrack. --- diff --git a/docker-compose.yml b/docker-compose.yml index 7e1d828..d3e155d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: POSTGRES_DB: postgres PORT: 5433 ports: - - "5433:54328" + - "54328:5433" volumes: - ./volumes/tc-data:/var/lib/postgresql/data command: postgres -c 'max_connections=500'