From 96892b3f16354b64bf30cd026d37caee28bf8be0 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 4 Sep 2025 21:17:55 -0500 Subject: [PATCH] Adding TeamCity and YouTrack. --- docker-compose.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d3e155d..b3068dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,9 +21,11 @@ services: - phs-net restart: unless-stopped tc-db: - image: postgres:12 - hostname: tc-db - container_name: tc-db + build: + dockerfile: Dockerfile + context: ./images/db + hostname: phs-tc-db + container_name: phs-tc-db environment: PHS_ENV: ${PHS_ENV} TZ: America/Chicago @@ -32,7 +34,7 @@ services: POSTGRES_DB: postgres PORT: 5433 ports: - - "54328:5433" + - "54327:5433" volumes: - ./volumes/tc-data:/var/lib/postgresql/data command: postgres -c 'max_connections=500' -- 2.43.0