From ee897e07e7b47366615dd6a92e8ebf09e38ef3ba Mon Sep 17 00:00:00 2001 From: "Felix T.J. Dietrich" Date: Thu, 15 Aug 2024 14:01:41 +0200 Subject: [PATCH] use dynamic ports --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 96c7ca79..3c2cabb8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ services: application-server: image: hephaestus-application-server ports: - - '3000:8080' + - '8080' environment: - SERVICE_FQDN_SERVER - SPRING_PROFILES_ACTIVE=prod @@ -21,4 +21,4 @@ services: - POSTGRES_PASSWORD=root - POSTGRES_USER=root ports: - - '5432:5432' + - '5432'