]> PHS Git Server - phs-stack.git/commitdiff
Adding TeamCity and YouTrack.
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 02:02:10 +0000 (21:02 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 02:02:10 +0000 (21:02 -0500)
docker-compose.yml

index b03b71945ceb4050dc8890c426f310dc30ece6e2..7111790fda1b6c9b451b66e9b3420274554ba17c 100644 (file)
@@ -32,9 +32,9 @@ services:
       POSTGRES_USER: postgres
       POSTGRES_PASSWORD: ab9cfz12
       POSTGRES_DB: postgres
-      PORT: 54328
+      PORT: 5433
     ports:
-      - "54328:54328"
+      - "5433:54328"
     volumes:
       - ./volumes/tc-data:/var/lib/postgresql/data
     command: postgres -c 'max_connections=500'